#CCBFB1

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

Shades of Stark White #CCBFB1

Tints of Stark White #CCBFB1

Color information

#CCBFB1 (or 0xCCBFB1) is unknown color: approx Stark White. HEX triplet: CC, BF and B1. RGB value is (204,191,177). Sum of RGB (Red+Green+Blue) = 204+191+177=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFB1 is #33404E. Grayscale: #C1C1C1. Windows color (decimal): -3358799 or 11648972. OLE color: 11648972.

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

Color convert

RGB204191177-
CMYK00.060.130.2
HSL31.11º20.93%74.71%-
HSV(B)31.11º13.24%80%-
XYZ51.4753.2749.17-
YUV193.29118.81135.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 177 (69.53% from 255) = 30.94%
R=35.66%
G=33.39%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419117700.060.130.231.1120.9374.71
HexCCBFB106D141f154b
Octal3142772610615243725113
Binary110011001011111110110001011011011010011111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFB1; }

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

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

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

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

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

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

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

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