#CBBBF9

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

Shades of Fog #CBBBF9

Tints of Fog #CBBBF9

Color information

#CBBBF9 (or 0xCBBBF9) is unknown color: approx Fog. HEX triplet: CB, BB and F9. RGB value is (203,187,249). Sum of RGB (Red+Green+Blue) = 203+187+249=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBF9 is #344406. Grayscale: #C6C6C6. Windows color (decimal): -3425287 or 16366539. OLE color: 16366539.

HSL color Cylindrical-coordinate representation of color #CBBBF9: hue angle of 255.48º 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 #CBBBF9 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203187249-
CMYK0.180.2500.02
HSL255.48º83.78%85.49%-
HSV(B)255.48º24.9%97.65%-
XYZ59.555.0897.12-
YUV198.85156.3130.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=31.77%
G=29.26%
B=38.97%

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
Decimal2031872490.180.2500.02255.4883.7885.49
HexCBBBF9121902ff5455
Octal313273371223102377124125
Binary11001011101110111111100110010110010101111111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBF9; }

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

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

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

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

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

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

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

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