#CBB9F9

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

Shades of Fog #CBB9F9

Tints of Fog #CBB9F9

Color information

#CBB9F9 (or 0xCBB9F9) is unknown color: approx Fog. HEX triplet: CB, B9 and F9. RGB value is (203,185,249). Sum of RGB (Red+Green+Blue) = 203+185+249=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 185 (72.66% from 255 or 29.04% 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 #CBB9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9F9 is #344606. Grayscale: #C5C5C5. Windows color (decimal): -3425799 or 16366027. OLE color: 16366027.

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

Color convert

RGB203185249-
CMYK0.180.2600.02
HSL256.88º84.21%85.1%-
HSV(B)256.88º25.7%97.65%-
XYZ59.0854.2396.98-
YUV197.68156.96131.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.87%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=31.87%
G=29.04%
B=39.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031852490.180.2600.02256.8884.2185.1
HexCBB9F9121A021015455
Octal313271371223202401124125
Binary110010111011100111111001100101101001010000000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9F9; }

 p { color: rgb(203,185,249); }

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

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

 a { background-color: rgb(203,185,249); }

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

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

 span { border-color: rgb(203,185,249); }

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