#BDAED5

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

Shades of Moon Raker #BDAED5

Tints of Moon Raker #BDAED5

Color information

#BDAED5 (or 0xBDAED5) is unknown color: approx Moon Raker. HEX triplet: BD, AE and D5. RGB value is (189,174,213). Sum of RGB (Red+Green+Blue) = 189+174+213=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDAED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAED5 is #42512A. Grayscale: #B6B6B6. Windows color (decimal): -4346155 or 14003901. OLE color: 14003901.

HSL color Cylindrical-coordinate representation of color #BDAED5: hue angle of 263.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDAED5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189174213-
CMYK0.110.1800.16
HSL263.08º31.71%75.88%-
HSV(B)263.08º18.31%83.53%-
XYZ48.1345.969.27-
YUV182.93144.97132.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=32.81%
G=30.21%
B=36.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891742130.110.1800.16263.0831.7175.88
HexBDAED5B12010107204c
Octal275256325132202040740114
Binary1011110110101110110101011011100100100001000001111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAED5; }

 p { color: rgb(189,174,213); }

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

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

 a { background-color: rgb(189,174,213); }

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

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

 span { border-color: rgb(189,174,213); }

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