#CCBFE4

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

Shades of Fog #CCBFE4

Tints of Fog #CCBFE4

Color information

#CCBFE4 (or 0xCCBFE4) is unknown color: approx Fog. HEX triplet: CC, BF and E4. RGB value is (204,191,228). Sum of RGB (Red+Green+Blue) = 204+191+228=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFE4 is #33401B. Grayscale: #C6C6C6. Windows color (decimal): -3358748 or 14991308. OLE color: 14991308.

HSL color Cylindrical-coordinate representation of color #CCBFE4: hue angle of 261.08º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBFE4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204191228-
CMYK0.110.1600.11
HSL261.08º40.66%82.16%-
HSV(B)261.08º16.23%89.41%-
XYZ57.5455.781.12-
YUV199.1144.31131.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=32.74%
G=30.66%
B=36.60%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041912280.110.1600.11261.0840.6682.16
HexCCBFE4B100B1052952
Octal314277344132001340551122
Binary110011001011111111100100101110000010111000001011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFE4; }

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

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

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

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

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

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

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

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