#BDCEC5

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

Shades of Nebula #BDCEC5

Tints of Nebula #BDCEC5

Color information

#BDCEC5 (or 0xBDCEC5) is unknown color: approx Nebula. HEX triplet: BD, CE and C5. RGB value is (189,206,197). Sum of RGB (Red+Green+Blue) = 189+206+197=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC5 is #42313A. Grayscale: #C7C7C7. Windows color (decimal): -4337979 or 12963517. OLE color: 12963517.

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

Color convert

RGB189206197-
CMYK0.0800.040.19
HSL148.24º14.78%77.45%-
HSV(B)148.24º8.25%80.78%-
XYZ53.1458.9961.41-
YUV199.89126.37120.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 197 (77.34% from 255) = 33.28%
R=31.93%
G=34.80%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061970.0800.040.19148.2414.7877.45
HexBDCEC58041394f4d
Octal27531630510042322417115
Binary10111101110011101100010110000100100111001010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEC5; }

 p { color: rgb(189,206,197); }

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

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

 a { background-color: rgb(189,206,197); }

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

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

 span { border-color: rgb(189,206,197); }

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