#BCCEC4

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

Shades of Nebula #BCCEC4

Tints of Nebula #BCCEC4

Color information

#BCCEC4 (or 0xBCCEC4) is unknown color: approx Nebula. HEX triplet: BC, CE and C4. RGB value is (188,206,196). Sum of RGB (Red+Green+Blue) = 188+206+196=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC4 is #43313B. Grayscale: #C7C7C7. Windows color (decimal): -4403516 or 12897980. OLE color: 12897980.

HSL color Cylindrical-coordinate representation of color #BCCEC4: hue angle of 146.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCEC4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB188206196-
CMYK0.0900.050.19
HSL146.67º15.52%77.25%-
HSV(B)146.67º8.74%80.78%-
XYZ52.7758.8260.8-
YUV199.48126.04119.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.86%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 196 (76.95% from 255) = 33.22%
R=31.86%
G=34.92%
B=33.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061960.0900.050.19146.6715.5277.25
HexBCCEC49051393104d
Octal27431630411052322320115
Binary101111001100111011000100100101011001110010011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEC4; }

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

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

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

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

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

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

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

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