#CABAF9

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

Shades of Fog #CABAF9

Tints of Fog #CABAF9

Color information

#CABAF9 (or 0xCABAF9) is unknown color: approx Fog. HEX triplet: CA, BA and F9. RGB value is (202,186,249). Sum of RGB (Red+Green+Blue) = 202+186+249=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #CABAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF9 is #354506. Grayscale: #C5C5C5. Windows color (decimal): -3491079 or 16366282. OLE color: 16366282.

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

Color convert

RGB202186249-
CMYK0.190.2500.02
HSL255.24º84%85.29%-
HSV(B)255.24º25.3%97.65%-
XYZ59.0154.5197.03-
YUV197.97156.8130.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.71%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=31.71%
G=29.20%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021862490.190.2500.02255.248485.29
HexCABAF9131902ff5455
Octal312272371233102377124125
Binary11001010101110101111100110011110010101111111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAF9; }

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

 H1.HeaderClassName
 {
   color: #CABAF9;
 }
 .AnyTagClassName
 {
   color: #CABAF9;
 }
</style>
background-color css

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

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

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

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

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

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