#CABCF5

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

Shades of Fog #CABCF5

Tints of Fog #CABCF5

Color information

#CABCF5 (or 0xCABCF5) is unknown color: approx Fog. HEX triplet: CA, BC and F5. RGB value is (202,188,245). Sum of RGB (Red+Green+Blue) = 202+188+245=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 245 (96.09% from 255 or 38.58% from 635); Max value from RGB is 245 - color contains mainly: blue. Hex color #CABCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCF5 is #35430A. Grayscale: #C6C6C6. Windows color (decimal): -3490571 or 16104650. OLE color: 16104650.

HSL color Cylindrical-coordinate representation of color #CABCF5: hue angle of 254.74º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABCF5 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202188245-
CMYK0.180.2300.04
HSL254.74º74.03%84.9%-
HSV(B)254.74º23.27%96.08%-
XYZ58.8255.1293.92-
YUV198.68154.14130.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 245 (96.09% from 255) = 38.58%
R=31.81%
G=29.61%
B=38.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021882450.180.2300.04254.7474.0384.9
HexCABCF5121704ff4a55
Octal312274365222704377112125
Binary110010101011110011110101100101011101001111111110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCF5; }

 p { color: rgb(202,188,245); }

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

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

 a { background-color: rgb(202,188,245); }

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

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

 span { border-color: rgb(202,188,245); }

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