Html Css Color HEX #CCBAFE Lavender Blue

📋 copy color: '#CCBAFE'

red 204 ◦ green 186 ◦ blue 254

#CCBAFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CCBAFE

Tints of Lavender Blue #CCBAFE

RGB

 RED value IS 204 (80.08% from 255) = 31.68%

 GREEN value IS 186 (73.05% from 255) = 28.88%

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 31.68%
G = 28.88%
B = 39.44%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBAFE (or 0xCCBAFE) is known color: Lavender Blue. HEX triplet: CC, BA and FE. RGB value is (204,186,254). Sum of RGB (Red+Green+Blue) = 204+186+254=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCBAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAFE is #334501. Grayscale: #C6C6C6. Windows color (decimal): -3360002 or 16693964. OLE color: 16693964.

HSL color Cylindrical-coordinate representation of color #CCBAFE: hue angle of 255.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCBAFE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 186 254 -
CMYK 0.20 0.27 0 0.00
HSL 255.88º 0.97% 0.86% -
HSV(B) 255.88º 0.27% 1% -
XYZ 60.35 55.11 101.22 -
YUV 199.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 204 186 254 0.20 0.27 0 0.00 255.88 0.97 0.86
Hex CC BA FE 14 1B 0 0 100 61 56
Octal 314 272 376 24 33 0 0 400 141 126
Binary 11001100 10111010 11111110 10100 11011 0 0 100000000 1100001 1010110

Color Harmonies of #CCBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAFE

Black with #CCBAFE

Text Example


Text Example

White with #CCBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAFE; }

 p { color: rgb(204,186,254); }

 H1.HeaderClassName
 {
   color: #CCBAFE;
 }
 .AnyTagClassName
 {
   color: #CCBAFE;
 }
</style>

background-color css

<style>
 a { background-color: #CCBAFE; }

 a { background-color: rgb(204,186,254); }

 div.DivClassName
 {
   background-color: #CCBAFE;
 }
 .BgClassName
 {
   background-color: #CCBAFE;
 }
</style>

border-color css

<style>
 span { border-color: #CCBAFE; }

 span { border-color: rgb(204,186,254); }

 td.TdClassName
 {
   border-color: #CCBAFE;
 }
 .TagClassName
 {
   border-color: #CCBAFE;
 }
</style>