Html Css Color HEX #CABBFF Lavender Blue

📋 copy color: '#CABBFF'

red 202 ◦ green 187 ◦ blue 255

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

Shades of Lavender Blue #CABBFF

Tints of Lavender Blue #CABBFF

RGB

 RED value IS 202 (79.3% from 255) = 31.37%

 GREEN value IS 187 (73.44% from 255) = 29.04%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 31.37%
G = 29.04%
B = 39.6%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CABBFF (or 0xCABBFF) is known color: Lavender Blue. HEX triplet: CA, BB and FF. RGB value is (202,187,255). Sum of RGB (Red+Green+Blue) = 202+187+255=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #CABBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFF is #354400. Grayscale: #C6C6C6. Windows color (decimal): -3490817 or 16759754. OLE color: 16759754.

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

Color convert

RGB 202 187 255 -
CMYK 0.21 0.27 0 0
HSL 253.24º 1% 0.87% -
HSV(B) 253.24º 0.27% 1% -
XYZ 60.18 55.32 102.11 -
YUV 199.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 202 187 255 0.21 0.27 0 0 253.24 1 0.87
Hex CA BB FF 15 1B 0 0 FD 64 57
Octal 312 273 377 25 33 0 0 375 144 127
Binary 11001010 10111011 11111111 10101 11011 0 0 11111101 1100100 1010111

Color Harmonies of #CABBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBFF

Black with #CABBFF

Text Example


Text Example

White with #CABBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBFF; }

 p { color: rgb(202,187,255); }

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

background-color css

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

 a { background-color: rgb(202,187,255); }

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

border-color css

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

 span { border-color: rgb(202,187,255); }

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