#CAB2F9

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

Shades of Fog #CAB2F9

Tints of Fog #CAB2F9

Color information

#CAB2F9 (or 0xCAB2F9) is unknown color: approx Fog. HEX triplet: CA, B2 and F9. RGB value is (202,178,249). Sum of RGB (Red+Green+Blue) = 202+178+249=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 178 (69.92% from 255 or 28.30% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAB2F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2F9 is #354D06. Grayscale: #C1C1C1. Windows color (decimal): -3493127 or 16364234. OLE color: 16364234.

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

Color convert

RGB202178249-
CMYK0.190.2900.02
HSL260.28º85.54%83.73%-
HSV(B)260.28º28.51%97.65%-
XYZ57.3851.2496.49-
YUV193.27159.45134.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 178 (69.92% from 255) = 28.30%
BLUE value IS 249 (97.66% from 255) = 39.59%
R=32.11%
G=28.30%
B=39.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021782490.190.2900.02260.2885.5483.73
HexCAB2F9131D021045654
Octal312262371233502404126124
Binary110010101011001011111001100111110101010000010010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2F9; }

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

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

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

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

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

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

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

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