#CCBFB0

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

Shades of Stark White #CCBFB0

Tints of Stark White #CCBFB0

Color information

#CCBFB0 (or 0xCCBFB0) is unknown color: approx Stark White. HEX triplet: CC, BF and B0. RGB value is (204,191,176). Sum of RGB (Red+Green+Blue) = 204+191+176=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFB0 is #33404F. Grayscale: #C1C1C1. Windows color (decimal): -3358800 or 11583436. OLE color: 11583436.

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

Color convert

RGB204191176-
CMYK00.060.140.2
HSL32.14º21.54%74.51%-
HSV(B)32.14º13.73%80%-
XYZ51.3753.2348.64-
YUV193.18118.31135.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=35.73%
G=33.45%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419117600.060.140.232.1421.5474.51
HexCCBFB006E1420164b
Octal3142772600616244026113
Binary1100110010111111101100000110111010100100000101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFB0; }

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

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

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

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

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

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

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

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