#CCBEBA

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

Shades of Wafer #CCBEBA

Tints of Wafer #CCBEBA

Color information

#CCBEBA (or 0xCCBEBA) is unknown color: approx Wafer. HEX triplet: CC, BE and BA. RGB value is (204,190,186). Sum of RGB (Red+Green+Blue) = 204+190+186=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEBA is #334145. Grayscale: #C1C1C1. Windows color (decimal): -3359046 or 12238540. OLE color: 12238540.

HSL color Cylindrical-coordinate representation of color #CCBEBA: hue angle of 13.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBEBA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204190186-
CMYK00.070.090.2
HSL13.33º15%76.47%-
HSV(B)13.33º8.82%80%-
XYZ52.1853.2153.97-
YUV193.73123.64135.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=35.17%
G=32.76%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419018600.070.090.213.331576.47
HexCCBEBA07914df4c
Octal3142762720711241517114
Binary1100110010111110101110100111100110100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEBA; }

 p { color: rgb(204,190,186); }

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

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

 a { background-color: rgb(204,190,186); }

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

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

 span { border-color: rgb(204,190,186); }

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