#BDAED8

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

Shades of Moon Raker #BDAED8

Tints of Moon Raker #BDAED8

Color information

#BDAED8 (or 0xBDAED8) is unknown color: approx Moon Raker. HEX triplet: BD, AE and D8. RGB value is (189,174,216). Sum of RGB (Red+Green+Blue) = 189+174+216=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 216 (84.77% from 255 or 37.31% from 579); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAED8 is #425127. Grayscale: #B7B7B7. Windows color (decimal): -4346152 or 14200509. OLE color: 14200509.

HSL color Cylindrical-coordinate representation of color #BDAED8: hue angle of 261.43º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDAED8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB189174216-
CMYK0.120.1900.15
HSL261.43º35%76.47%-
HSV(B)261.43º19.44%84.71%-
XYZ48.5246.0571.3-
YUV183.27146.47132.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 216 (84.77% from 255) = 37.31%
R=32.64%
G=30.05%
B=37.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891742160.120.1900.15261.433576.47
HexBDAED8C130F105234c
Octal275256330142301740543114
Binary101111011010111011011000110010011011111000001011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAED8; }

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

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

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

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

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

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

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

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