#BDD2C5

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

Shades of Nebula #BDD2C5

Tints of Nebula #BDD2C5

Color information

#BDD2C5 (or 0xBDD2C5) is unknown color: approx Nebula. HEX triplet: BD, D2 and C5. RGB value is (189,210,197). Sum of RGB (Red+Green+Blue) = 189+210+197=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD2C5 is #422D3A. Grayscale: #CACACA. Windows color (decimal): -4336955 or 12964541. OLE color: 12964541.

HSL color Cylindrical-coordinate representation of color #BDD2C5: hue angle of 142.86º 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 #BDD2C5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB189210197-
CMYK0.1000.060.18
HSL142.86º18.92%78.24%-
HSV(B)142.86º10%82.35%-
XYZ54.1160.9461.73-
YUV202.24125.04118.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 210 (82.42% from 255) = 35.23%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=31.71%
G=35.23%
B=33.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892101970.1000.060.18142.8618.9278.24
HexBDD2C5A06128f134e
Octal27532230512062221723116
Binary101111011101001011000101101001101001010001111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD2C5; }

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

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

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

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

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

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

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

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