#CABBF7

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

Shades of Fog #CABBF7

Tints of Fog #CABBF7

Color information

#CABBF7 (or 0xCABBF7) is unknown color: approx Fog. HEX triplet: CA, BB and F7. RGB value is (202,187,247). Sum of RGB (Red+Green+Blue) = 202+187+247=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #CABBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF7 is #354408. Grayscale: #C6C6C6. Windows color (decimal): -3490825 or 16235466. OLE color: 16235466.

HSL color Cylindrical-coordinate representation of color #CABBF7: hue angle of 255º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CABBF7 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202187247-
CMYK0.180.2400.03
HSL255º78.95%85.1%-
HSV(B)255º24.29%96.86%-
XYZ58.9254.8195.47-
YUV198.32155.47130.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.76%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 247 (96.88% from 255) = 38.84%
R=31.76%
G=29.40%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021872470.180.2400.0325578.9585.1
HexCABBF7121803ff4f55
Octal312273367223003377117125
Binary11001010101110111111011110010110000111111111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBF7; }

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

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

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

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

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

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

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

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