#CABAF7

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

Shades of Fog #CABAF7

Tints of Fog #CABAF7

Color information

#CABAF7 (or 0xCABAF7) is unknown color: approx Fog. HEX triplet: CA, BA and F7. RGB value is (202,186,247). Sum of RGB (Red+Green+Blue) = 202+186+247=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 247 (96.88% from 255 or 38.90% from 635); Max value from RGB is 247 - color contains mainly: blue. Hex color #CABAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAF7 is #354508. Grayscale: #C5C5C5. Windows color (decimal): -3491081 or 16235210. OLE color: 16235210.

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

Color convert

RGB202186247-
CMYK0.180.2500.03
HSL255.74º79.22%84.9%-
HSV(B)255.74º24.7%96.86%-
XYZ58.754.3995.4-
YUV197.74155.8131.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 247 (96.88% from 255) = 38.90%
R=31.81%
G=29.29%
B=38.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021862470.180.2500.03255.7479.2284.9
HexCABAF71219031004f55
Octal312272367223103400117125
Binary110010101011101011110111100101100101110000000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAF7; }

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

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

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

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

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

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

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

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