#BCCEC3

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

Shades of Nebula #BCCEC3

Tints of Nebula #BCCEC3

Color information

#BCCEC3 (or 0xBCCEC3) is unknown color: approx Nebula. HEX triplet: BC, CE and C3. RGB value is (188,206,195). Sum of RGB (Red+Green+Blue) = 188+206+195=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 195 (76.56% from 255 or 33.11% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEC3 is #43313C. Grayscale: #C7C7C7. Windows color (decimal): -4403517 or 12832444. OLE color: 12832444.

HSL color Cylindrical-coordinate representation of color #BCCEC3: hue angle of 143.33º 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 #BCCEC3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB188206195-
CMYK0.0900.050.19
HSL143.33º15.52%77.25%-
HSV(B)143.33º8.74%80.78%-
XYZ52.6658.7760.2-
YUV199.36125.54119.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 195 (76.56% from 255) = 33.11%
R=31.92%
G=34.97%
B=33.11%

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
Decimal1882061950.0900.050.19143.3315.5277.25
HexBCCEC3905138f104d
Octal27431630311052321720115
Binary101111001100111011000011100101011001110001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEC3; }

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

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

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

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

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

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

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

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