Html Css Color HEX #BDAEDF Moon Raker

📋 copy color: '#BDAEDF'

red 189 ◦ green 174 ◦ blue 223

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

Shades of Moon Raker #BDAEDF

Tints of Moon Raker #BDAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.05%

R = 32.25%
G = 29.69%
B = 38.05%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDAEDF (or 0xBDAEDF) is known color: Moon Raker. HEX triplet: BD, AE and DF. RGB value is (189,174,223). Sum of RGB (Red+Green+Blue) = 189+174+223=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAEDF is #425120. Grayscale: #B7B7B7. Windows color (decimal): -4346145 or 14659261. OLE color: 14659261.

HSL color Cylindrical-coordinate representation of color #BDAEDF: hue angle of 258.37º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDAEDF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 174 223 -
CMYK 0.15 0.22 0 0.13
HSL 258.37º 0.43% 0.78% -
HSV(B) 258.37º 0.22% 0.87% -
XYZ 49.44 46.42 76.17 -
YUV 184.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 189 174 223 0.15 0.22 0 0.13 258.37 0.43 0.78
Hex BD AE DF F 16 0 D 102 2B 4E
Octal 275 256 337 17 26 0 15 402 53 116
Binary 10111101 10101110 11011111 1111 10110 0 1101 100000010 101011 1001110

Color Harmonies of #BDAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEDF

Black with #BDAEDF

Text Example


Text Example

White with #BDAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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