Html Css Color HEX #CABAFA Lavender Blue

📋 copy color: '#CABAFA'

red 202 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #CABAFA

Tints of Lavender Blue #CABAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.18%

R = 31.66%
G = 29.15%
B = 39.18%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CABAFA (or 0xCABAFA) is known color: Lavender Blue. HEX triplet: CA, BA and FA. RGB value is (202,186,250). Sum of RGB (Red+Green+Blue) = 202+186+250=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #CABAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAFA is #354505. Grayscale: #C5C5C5. Windows color (decimal): -3491078 or 16431818. OLE color: 16431818.

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

Color convert

RGB 202 186 250 -
CMYK 0.19 0.26 0 0.02
HSL 255º 0.86% 0.85% -
HSV(B) 255º 0.26% 0.98% -
XYZ 59.17 54.58 97.86 -
YUV 198.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 202 186 250 0.19 0.26 0 0.02 255 0.86 0.85
Hex CA BA FA 13 1A 0 2 FF 56 55
Octal 312 272 372 23 32 0 2 377 126 125
Binary 11001010 10111010 11111010 10011 11010 0 10 11111111 1010110 1010101

Color Harmonies of #CABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAFA

Black with #CABAFA

Text Example


Text Example

White with #CABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAFA; }

 p { color: rgb(202,186,250); }

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

background-color css

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

 a { background-color: rgb(202,186,250); }

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

border-color css

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

 span { border-color: rgb(202,186,250); }

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