#BCC4BE

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

Shades of Nebula #BCC4BE

Tints of Nebula #BCC4BE

Color information

#BCC4BE (or 0xBCC4BE) is unknown color: approx Nebula. HEX triplet: BC, C4 and BE. RGB value is (188,196,190). Sum of RGB (Red+Green+Blue) = 188+196+190=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4BE is #433B41. Grayscale: #C0C0C0. Windows color (decimal): -4406082 or 12502204. OLE color: 12502204.

HSL color Cylindrical-coordinate representation of color #BCC4BE: hue angle of 135º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC4BE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB188196190-
CMYK0.0400.030.23
HSL135º6.35%75.29%-
HSV(B)135º4.08%76.86%-
XYZ49.7753.8956.49-
YUV192.92126.35124.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=32.75%
G=34.15%
B=33.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881961900.0400.030.231356.3575.29
HexBCC4BE403178764b
Octal274304276403272076113
Binary10111100110001001011111010001110111100001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4BE; }

 p { color: rgb(188,196,190); }

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

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

 a { background-color: rgb(188,196,190); }

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

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

 span { border-color: rgb(188,196,190); }

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