Html Css Color HEX #CABBFC Lavender Blue

📋 copy color: '#CABBFC'

red 202 ◦ green 187 ◦ blue 252

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

Shades of Lavender Blue #CABBFC

Tints of Lavender Blue #CABBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.31%

R = 31.51%
G = 29.17%
B = 39.31%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CABBFC (or 0xCABBFC) is known color: Lavender Blue. HEX triplet: CA, BB and FC. RGB value is (202,187,252). Sum of RGB (Red+Green+Blue) = 202+187+252=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 252 (98.83% from 255 or 39.31% from 641); Max value from RGB is 252 - color contains mainly: blue. Hex color #CABBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFC is #354403. Grayscale: #C6C6C6. Windows color (decimal): -3490820 or 16563146. OLE color: 16563146.

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

Color convert

RGB 202 187 252 -
CMYK 0.20 0.26 0 0.01
HSL 253.85º 0.92% 0.86% -
HSV(B) 253.85º 0.26% 0.99% -
XYZ 59.7 55.13 99.59 -
YUV 198.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 202 187 252 0.20 0.26 0 0.01 253.85 0.92 0.86
Hex CA BB FC 14 1A 0 1 FE 5C 56
Octal 312 273 374 24 32 0 1 376 134 126
Binary 11001010 10111011 11111100 10100 11010 0 1 11111110 1011100 1010110

Color Harmonies of #CABBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBFC

Black with #CABBFC

Text Example


Text Example

White with #CABBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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