#CCBCEF

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

Shades of Fog #CCBCEF

Tints of Fog #CCBCEF

Color information

#CCBCEF (or 0xCCBCEF) is unknown color: approx Fog. HEX triplet: CC, BC and EF. RGB value is (204,188,239). Sum of RGB (Red+Green+Blue) = 204+188+239=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCBCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCEF is #334310. Grayscale: #C6C6C6. Windows color (decimal): -3359505 or 15711436. OLE color: 15711436.

HSL color Cylindrical-coordinate representation of color #CCBCEF: hue angle of 258.82º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBCEF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204188239-
CMYK0.150.2100.06
HSL258.82º61.45%83.73%-
HSV(B)258.82º21.34%93.73%-
XYZ58.4755.0489.2-
YUV198.6150.8131.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 239 (93.75% from 255) = 37.88%
R=32.33%
G=29.79%
B=37.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041882390.150.2100.06258.8261.4583.73
HexCCBCEFF15061033d54
Octal31427435717250640375124
Binary11001100101111001110111111111010101101000000111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCEF; }

 p { color: rgb(204,188,239); }

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

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

 a { background-color: rgb(204,188,239); }

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

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

 span { border-color: rgb(204,188,239); }

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