Html Css Color HEX #BDAEDA Moon Raker

📋 copy color: '#BDAEDA'

red 189 ◦ green 174 ◦ blue 218

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

Shades of Moon Raker #BDAEDA

Tints of Moon Raker #BDAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 32.53%
G = 29.95%
B = 37.52%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDAEDA (or 0xBDAEDA) is known color: Moon Raker. HEX triplet: BD, AE and DA. RGB value is (189,174,218). Sum of RGB (Red+Green+Blue) = 189+174+218=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEDA is #425125. Grayscale: #B7B7B7. Windows color (decimal): -4346150 or 14331581. OLE color: 14331581.

HSL color Cylindrical-coordinate representation of color #BDAEDA: hue angle of 260.45º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAEDA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 174 218 -
CMYK 0.13 0.20 0 0.15
HSL 260.45º 0.37% 0.77% -
HSV(B) 260.45º 0.2% 0.85% -
XYZ 48.78 46.15 72.67 -
YUV 183.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 189 174 218 0.13 0.20 0 0.15 260.45 0.37 0.77
Hex BD AE DA D 14 0 F 104 25 4D
Octal 275 256 332 15 24 0 17 404 45 115
Binary 10111101 10101110 11011010 1101 10100 0 1111 100000100 100101 1001101

Color Harmonies of #BDAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEDA

Black with #BDAEDA

Text Example


Text Example

White with #BDAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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