#CCBFF6

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

Shades of Fog #CCBFF6

Tints of Fog #CCBFF6

Color information

#CCBFF6 (or 0xCCBFF6) is unknown color: approx Fog. HEX triplet: CC, BF and F6. RGB value is (204,191,246). Sum of RGB (Red+Green+Blue) = 204+191+246=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFF6 is #334009. Grayscale: #C8C8C8. Windows color (decimal): -3358730 or 16170956. OLE color: 16170956.

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

Color convert

RGB204191246-
CMYK0.170.2200.04
HSL254.18º75.34%85.69%-
HSV(B)254.18º22.36%96.47%-
XYZ60.1756.7594.97-
YUV201.16153.31130.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 191 (75% from 255) = 29.80%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=31.83%
G=29.80%
B=38.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041912460.170.2200.04254.1875.3485.69
HexCCBFF6111604fe4b56
Octal314277366212604376113126
Binary110011001011111111110110100011011001001111111010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFF6; }

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

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

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

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

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

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

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

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