#BDD4C7

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

Shades of Nebula #BDD4C7

Tints of Nebula #BDD4C7

Color information

#BDD4C7 (or 0xBDD4C7) is unknown color: approx Nebula. HEX triplet: BD, D4 and C7. RGB value is (189,212,199). Sum of RGB (Red+Green+Blue) = 189+212+199=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4C7 is #422B38. Grayscale: #CBCBCB. Windows color (decimal): -4336441 or 13096125. OLE color: 13096125.

HSL color Cylindrical-coordinate representation of color #BDD4C7: hue angle of 146.09º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD4C7 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB189212199-
CMYK0.1100.060.17
HSL146.09º21.1%78.63%-
HSV(B)146.09º10.85%83.14%-
XYZ54.8462.0363.12-
YUV203.64125.38117.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=31.5%
G=35.33%
B=33.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121990.1100.060.17146.0921.178.63
HexBDD4C7B061192154f
Octal27532430713062122225117
Binary101111011101010011000111101101101000110010010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4C7; }

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

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

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

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

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

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

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

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