#CCBCF6

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

Shades of Fog #CCBCF6

Tints of Fog #CCBCF6

Color information

#CCBCF6 (or 0xCCBCF6) is unknown color: approx Fog. HEX triplet: CC, BC and F6. RGB value is (204,188,246). Sum of RGB (Red+Green+Blue) = 204+188+246=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCBCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBCF6 is #334309. Grayscale: #C7C7C7. Windows color (decimal): -3359498 or 16170188. OLE color: 16170188.

HSL color Cylindrical-coordinate representation of color #CCBCF6: hue angle of 256.55º degrees, saturation: 0.76, 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 #CCBCF6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204188246-
CMYK0.170.2400.04
HSL256.55º76.32%85.1%-
HSV(B)256.55º23.58%96.47%-
XYZ59.5255.4694.76-
YUV199.4154.3131.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 246 (96.48% from 255) = 38.56%
R=31.97%
G=29.47%
B=38.56%

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
Decimal2041882460.170.2400.04256.5576.3285.1
HexCCBCF61118041014c55
Octal314274366213004401114125
Binary1100110010111100111101101000111000010010000000110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCF6; }

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

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

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

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

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

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

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

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