#CABAFA

Color #CABAFA Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CABAFA

Tints of Lavender Blue #CABAFA

Color information

#CABAFA (or 0xCABAFA) is unknown color: approx 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

RGB202186250-
CMYK0.190.2600.02
HSL255º86.49%85.49%-
HSV(B)255º25.6%98.04%-
XYZ59.1754.5897.86-
YUV198.08157.3130.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021862500.190.2600.0225586.4985.49
HexCABAFA131A02ff5655
Octal312272372233202377126125
Binary11001010101110101111101010011110100101111111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>