#BDC6C1

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

Shades of Nebula #BDC6C1

Tints of Nebula #BDC6C1

Color information

#BDC6C1 (or 0xBDC6C1) is unknown color: approx Nebula. HEX triplet: BD, C6 and C1. RGB value is (189,198,193). Sum of RGB (Red+Green+Blue) = 189+198+193=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC6C1 is #42393E. Grayscale: #C2C2C2. Windows color (decimal): -4340031 or 12699325. OLE color: 12699325.

HSL color Cylindrical-coordinate representation of color #BDC6C1: hue angle of 146.67º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC6C1 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB189198193-
CMYK0.0500.030.22
HSL146.67º7.32%75.88%-
HSV(B)146.67º4.55%77.65%-
XYZ50.8155.0658.4-
YUV194.74127.02123.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=32.59%
G=34.14%
B=33.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981930.0500.030.22146.677.3275.88
HexBDC6C1503169374c
Octal275306301503262237114
Binary10111101110001101100000110101110110100100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6C1; }

 p { color: rgb(189,198,193); }

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

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

 a { background-color: rgb(189,198,193); }

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

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

 span { border-color: rgb(189,198,193); }

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