#BDD4C6

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

Shades of Nebula #BDD4C6

Tints of Nebula #BDD4C6

Color information

#BDD4C6 (or 0xBDD4C6) is unknown color: approx Nebula. HEX triplet: BD, D4 and C6. RGB value is (189,212,198). Sum of RGB (Red+Green+Blue) = 189+212+198=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4C6 is #422B39. Grayscale: #CBCBCB. Windows color (decimal): -4336442 or 13030589. OLE color: 13030589.

HSL color Cylindrical-coordinate representation of color #BDD4C6: hue angle of 143.48º 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 #BDD4C6 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB189212198-
CMYK0.1100.070.17
HSL143.48º21.1%78.63%-
HSV(B)143.48º10.85%83.14%-
XYZ54.7261.9862.51-
YUV203.53124.88117.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 212 (83.20% from 255) = 35.39%
BLUE value IS 198 (77.73% from 255) = 33.06%
R=31.55%
G=35.39%
B=33.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121980.1100.070.17143.4821.178.63
HexBDD4C6B07118f154f
Octal27532430613072121725117
Binary101111011101010011000110101101111000110001111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4C6; }

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

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

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

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

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

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

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

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