#CBBAF9

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

Shades of Fog #CBBAF9

Tints of Fog #CBBAF9

Color information

#CBBAF9 (or 0xCBBAF9) is unknown color: approx Fog. HEX triplet: CB, BA and F9. RGB value is (203,186,249). Sum of RGB (Red+Green+Blue) = 203+186+249=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBBAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBAF9 is #344506. Grayscale: #C6C6C6. Windows color (decimal): -3425543 or 16366283. OLE color: 16366283.

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

Color convert

RGB203186249-
CMYK0.180.2500.02
HSL256.19º84%85.29%-
HSV(B)256.19º25.3%97.65%-
XYZ59.2954.6597.05-
YUV198.26156.63131.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 186 (73.05% from 255) = 29.15%
BLUE value IS 249 (97.66% from 255) = 39.03%
R=31.82%
G=29.15%
B=39.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031862490.180.2500.02256.198485.29
HexCBBAF91219021005455
Octal313272371223102400124125
Binary110010111011101011111001100101100101010000000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAF9; }

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

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

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

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

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

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

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

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