#CCBFC6

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

Shades of Twilight #CCBFC6

Tints of Twilight #CCBFC6

Color information

#CCBFC6 (or 0xCCBFC6) is unknown color: approx Twilight. HEX triplet: CC, BF and C6. RGB value is (204,191,198). Sum of RGB (Red+Green+Blue) = 204+191+198=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC6 is #334039. Grayscale: #C3C3C3. Windows color (decimal): -3358778 or 13025228. OLE color: 13025228.

HSL color Cylindrical-coordinate representation of color #CCBFC6: hue angle of 327.69º 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 #CCBFC6 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB204191198-
CMYK00.060.030.2
HSL327.69º11.3%77.45%-
HSV(B)327.69º6.37%80%-
XYZ53.7354.1861.05-
YUV195.68129.31133.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=34.40%
G=32.21%
B=33.39%

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
Decimal20419119800.060.030.2327.6911.377.45
HexCCBFC606314148b4d
Octal3142773060632451013115
Binary1100110010111111110001100110111010010100100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFC6; }

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

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

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

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

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

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

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

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