#CCBFB2

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

Shades of Stark White #CCBFB2

Tints of Stark White #CCBFB2

Color information

#CCBFB2 (or 0xCCBFB2) is unknown color: approx Stark White. HEX triplet: CC, BF and B2. RGB value is (204,191,178). Sum of RGB (Red+Green+Blue) = 204+191+178=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFB2 is #33404D. Grayscale: #C1C1C1. Windows color (decimal): -3358798 or 11714508. OLE color: 11714508.

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

Color convert

RGB204191178-
CMYK00.060.130.2
HSL30º20.31%74.9%-
HSV(B)30º12.75%80%-
XYZ51.5753.3149.69-
YUV193.4119.31135.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 178 (69.92% from 255) = 31.06%
R=35.60%
G=33.33%
B=31.06%

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
Decimal20419117800.060.130.23020.3174.9
HexCCBFB206D141e144b
Octal3142772620615243624113
Binary110011001011111110110010011011011010011110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFB2; }

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

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

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

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

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

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

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

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