#BDD2C7

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

Shades of Nebula #BDD2C7

Tints of Nebula #BDD2C7

Color information

#BDD2C7 (or 0xBDD2C7) is unknown color: approx Nebula. HEX triplet: BD, D2 and C7. RGB value is (189,210,199). Sum of RGB (Red+Green+Blue) = 189+210+199=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 199 (78.12% from 255 or 33.28% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C7 is #422D38. Grayscale: #CACACA. Windows color (decimal): -4336953 or 13095613. OLE color: 13095613.

HSL color Cylindrical-coordinate representation of color #BDD2C7: hue angle of 148.57º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD2C7 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB189210199-
CMYK0.1000.050.18
HSL148.57º18.92%78.24%-
HSV(B)148.57º10%82.35%-
XYZ54.3461.0462.95-
YUV202.47126.04118.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 199 (78.12% from 255) = 33.28%
R=31.61%
G=35.12%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101990.1000.050.18148.5718.9278.24
HexBDD2C7A051295134e
Octal27532230712052222523116
Binary101111011101001011000111101001011001010010101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2C7; }

 p { color: rgb(189,210,199); }

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

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

 a { background-color: rgb(189,210,199); }

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

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

 span { border-color: rgb(189,210,199); }

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