Html Css Color HEX #CABBFE Lavender Blue

📋 copy color: '#CABBFE'

red 202 ◦ green 187 ◦ blue 254

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

Shades of Lavender Blue #CABBFE

Tints of Lavender Blue #CABBFE

RGB

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

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

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

R = 31.42%
G = 29.08%
B = 39.5%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CABBFE (or 0xCABBFE) is known color: Lavender Blue. HEX triplet: CA, BB and FE. RGB value is (202,187,254). Sum of RGB (Red+Green+Blue) = 202+187+254=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #CABBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFE is #354401. Grayscale: #C6C6C6. Windows color (decimal): -3490818 or 16694218. OLE color: 16694218.

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

Color convert

RGB 202 187 254 -
CMYK 0.20 0.26 0 0.00
HSL 253.43º 0.97% 0.86% -
HSV(B) 253.43º 0.26% 1% -
XYZ 60.02 55.25 101.27 -
YUV 199.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 202 187 254 0.20 0.26 0 0.00 253.43 0.97 0.86
Hex CA BB FE 14 1A 0 0 FD 61 56
Octal 312 273 376 24 32 0 0 375 141 126
Binary 11001010 10111011 11111110 10100 11010 0 0 11111101 1100001 1010110

Color Harmonies of #CABBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBFE

Black with #CABBFE

Text Example


Text Example

White with #CABBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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