#BDCEC4

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

Shades of Nebula #BDCEC4

Tints of Nebula #BDCEC4

Color information

#BDCEC4 (or 0xBDCEC4) is unknown color: approx Nebula. HEX triplet: BD, CE and C4. RGB value is (189,206,196). Sum of RGB (Red+Green+Blue) = 189+206+196=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC4 is #42313B. Grayscale: #C7C7C7. Windows color (decimal): -4337980 or 12897981. OLE color: 12897981.

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

Color convert

RGB189206196-
CMYK0.0800.050.19
HSL144.71º14.78%77.45%-
HSV(B)144.71º8.25%80.78%-
XYZ53.0258.9560.81-
YUV199.78125.87120.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 196 (76.95% from 255) = 33.16%
R=31.98%
G=34.86%
B=33.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061960.0800.050.19144.7114.7877.45
HexBDCEC48051391f4d
Octal27531630410052322117115
Binary10111101110011101100010010000101100111001000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEC4; }

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

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

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

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

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

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

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

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