#CCBFC5

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

Shades of Twilight #CCBFC5

Tints of Twilight #CCBFC5

Color information

#CCBFC5 (or 0xCCBFC5) is unknown color: approx Twilight. HEX triplet: CC, BF and C5. RGB value is (204,191,197). Sum of RGB (Red+Green+Blue) = 204+191+197=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC5 is #33403A. Grayscale: #C3C3C3. Windows color (decimal): -3358779 or 12959692. OLE color: 12959692.

HSL color Cylindrical-coordinate representation of color #CCBFC5: hue angle of 332.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCBFC5 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204191197-
CMYK00.060.030.2
HSL332.31º11.3%77.45%-
HSV(B)332.31º6.37%80%-
XYZ53.6154.1360.45-
YUV195.57128.81134.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.46%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=34.46%
G=32.26%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419119700.060.030.2332.3111.377.45
HexCCBFC50631414cb4d
Octal3142773050632451413115
Binary1100110010111111110001010110111010010100110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFC5; }

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

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

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

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

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

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

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

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