#CCBFF2

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

Shades of Fog #CCBFF2

Tints of Fog #CCBFF2

Color information

#CCBFF2 (or 0xCCBFF2) is unknown color: approx Fog. HEX triplet: CC, BF and F2. RGB value is (204,191,242). Sum of RGB (Red+Green+Blue) = 204+191+242=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCBFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBFF2 is #33400D. Grayscale: #C8C8C8. Windows color (decimal): -3358734 or 15908812. OLE color: 15908812.

HSL color Cylindrical-coordinate representation of color #CCBFF2: hue angle of 255.29º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBFF2 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204191242-
CMYK0.160.2100.05
HSL255.29º66.23%84.9%-
HSV(B)255.29º21.07%94.9%-
XYZ59.5656.5191.77-
YUV200.7151.31130.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 242 (94.92% from 255) = 37.99%
R=32.03%
G=29.98%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041912420.160.2100.05255.2966.2384.9
HexCCBFF2101505ff4255
Octal314277362202505377102125
Binary110011001011111111110010100001010101011111111110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFF2; }

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

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

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

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

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

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

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

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