#CCBFC4

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

Shades of Twilight #CCBFC4

Tints of Twilight #CCBFC4

Color information

#CCBFC4 (or 0xCCBFC4) is unknown color: approx Twilight. HEX triplet: CC, BF and C4. RGB value is (204,191,196). Sum of RGB (Red+Green+Blue) = 204+191+196=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFC4 is #33403B. Grayscale: #C3C3C3. Windows color (decimal): -3358780 or 12894156. OLE color: 12894156.

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

Color convert

RGB204191196-
CMYK00.060.040.2
HSL336.92º11.3%77.45%-
HSV(B)336.92º6.37%80%-
XYZ53.554.0859.84-
YUV195.46128.31134.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=34.52%
G=32.32%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419119600.060.040.2336.9211.377.45
HexCCBFC406414151b4d
Octal3142773040642452113115
Binary11001100101111111100010001101001010010101000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFC4; }

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

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

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

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

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

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

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

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