#BBCFC0

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

Shades of Edgewater #BBCFC0

Tints of Edgewater #BBCFC0

Color information

#BBCFC0 (or 0xBBCFC0) is unknown color: approx Edgewater. HEX triplet: BB, CF and C0. RGB value is (187,207,192). Sum of RGB (Red+Green+Blue) = 187+207+192=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC0 is #44303F. Grayscale: #C7C7C7. Windows color (decimal): -4468800 or 12636091. OLE color: 12636091.

HSL color Cylindrical-coordinate representation of color #BBCFC0: hue angle of 135º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFC0 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB187207192-
CMYK0.1000.070.19
HSL135º17.24%77.25%-
HSV(B)135º9.66%81.18%-
XYZ52.325958.5-
YUV199.31123.87119.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=31.91%
G=35.32%
B=32.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872071920.1000.070.1913517.2477.25
HexBBCFC0A071387114d
Octal27331730012072320721115
Binary101110111100111111000000101001111001110000111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFC0; }

 p { color: rgb(187,207,192); }

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

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

 a { background-color: rgb(187,207,192); }

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

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

 span { border-color: rgb(187,207,192); }

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