#CBBBF6

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

Shades of Fog #CBBBF6

Tints of Fog #CBBBF6

Color information

#CBBBF6 (or 0xCBBBF6) is unknown color: approx Fog. HEX triplet: CB, BB and F6. RGB value is (203,187,246). Sum of RGB (Red+Green+Blue) = 203+187+246=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBBBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBF6 is #344409. Grayscale: #C6C6C6. Windows color (decimal): -3425290 or 16169931. OLE color: 16169931.

HSL color Cylindrical-coordinate representation of color #CBBBF6: hue angle of 256.27º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBBBF6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203187246-
CMYK0.170.2400.04
HSL256.27º76.62%84.9%-
HSV(B)256.27º23.98%96.47%-
XYZ59.0354.8994.67-
YUV198.51154.8131.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=31.92%
G=29.40%
B=38.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031872460.170.2400.04256.2776.6284.9
HexCBBBF61118041004d55
Octal313273366213004400115125
Binary1100101110111011111101101000111000010010000000010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBF6; }

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

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

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

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

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

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

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

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