Html Css Color HEX #BDAEE0 Moon Raker

📋 copy color: '#BDAEE0'

red 189 ◦ green 174 ◦ blue 224

#BDAEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #BDAEE0

Tints of Moon Raker #BDAEE0

RGB

 RED value IS 189 (74.22% from 255) = 32.2%

 GREEN value IS 174 (68.36% from 255) = 29.64%

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 32.2%
G = 29.64%
B = 38.16%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BDAEE0 (or 0xBDAEE0) is known color: Moon Raker. HEX triplet: BD, AE and E0. RGB value is (189,174,224). Sum of RGB (Red+Green+Blue) = 189+174+224=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEE0 is #42511F. Grayscale: #B8B8B8. Windows color (decimal): -4346144 or 14724797. OLE color: 14724797.

HSL color Cylindrical-coordinate representation of color #BDAEE0: hue angle of 258º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDAEE0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 174 224 -
CMYK 0.16 0.22 0 0.12
HSL 258º 0.45% 0.78% -
HSV(B) 258º 0.22% 0.88% -
XYZ 49.58 46.47 76.88 -
YUV 184.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 189 174 224 0.16 0.22 0 0.12 258 0.45 0.78
Hex BD AE E0 10 16 0 C 102 2D 4E
Octal 275 256 340 20 26 0 14 402 55 116
Binary 10111101 10101110 11100000 10000 10110 0 1100 100000010 101101 1001110

Color Harmonies of #BDAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEE0

Black with #BDAEE0

Text Example


Text Example

White with #BDAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEE0; }

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

 H1.HeaderClassName
 {
   color: #BDAEE0;
 }
 .AnyTagClassName
 {
   color: #BDAEE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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