#CCBFE5

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

Shades of Fog #CCBFE5

Tints of Fog #CCBFE5

Color information

#CCBFE5 (or 0xCCBFE5) is unknown color: approx Fog. HEX triplet: CC, BF and E5. RGB value is (204,191,229). Sum of RGB (Red+Green+Blue) = 204+191+229=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFE5 is #33401A. Grayscale: #C7C7C7. Windows color (decimal): -3358747 or 15056844. OLE color: 15056844.

HSL color Cylindrical-coordinate representation of color #CCBFE5: hue angle of 260.53º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCBFE5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204191229-
CMYK0.110.1700.10
HSL260.53º42.22%82.35%-
HSV(B)260.53º16.59%89.8%-
XYZ57.6855.7681.85-
YUV199.22144.81131.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 191 (75% from 255) = 30.61%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=32.69%
G=30.61%
B=36.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041912290.110.1700.10260.5342.2282.35
HexCCBFE5B110A1052a52
Octal314277345132101240552122
Binary110011001011111111100101101110001010101000001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFE5; }

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

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

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

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

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

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

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

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