Html Css Color HEX #CABBFB Lavender Blue

📋 copy color: '#CABBFB'

red 202 ◦ green 187 ◦ blue 251

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

Shades of Lavender Blue #CABBFB

Tints of Lavender Blue #CABBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.22%

R = 31.56%
G = 29.22%
B = 39.22%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CABBFB (or 0xCABBFB) is known color: Lavender Blue. HEX triplet: CA, BB and FB. RGB value is (202,187,251). Sum of RGB (Red+Green+Blue) = 202+187+251=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #CABBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFB is #354404. Grayscale: #C6C6C6. Windows color (decimal): -3490821 or 16497610. OLE color: 16497610.

HSL color Cylindrical-coordinate representation of color #CABBFB: hue angle of 254.06º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CABBFB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 187 251 -
CMYK 0.20 0.25 0 0.02
HSL 254.06º 0.89% 0.86% -
HSV(B) 254.06º 0.25% 0.98% -
XYZ 59.54 55.06 98.76 -
YUV 198.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 202 187 251 0.20 0.25 0 0.02 254.06 0.89 0.86
Hex CA BB FB 14 19 0 2 FE 59 56
Octal 312 273 373 24 31 0 2 376 131 126
Binary 11001010 10111011 11111011 10100 11001 0 10 11111110 1011001 1010110

Color Harmonies of #CABBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBFB

Black with #CABBFB

Text Example


Text Example

White with #CABBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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