Html Css Color HEX #BDABDA Moon Raker

📋 copy color: '#BDABDA'

red 189 ◦ green 171 ◦ blue 218

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

Shades of Moon Raker #BDABDA

Tints of Moon Raker #BDABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.58%

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

R = 32.7%
G = 29.58%
B = 37.72%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDABDA (or 0xBDABDA) is known color: Moon Raker. HEX triplet: BD, AB and DA. RGB value is (189,171,218). Sum of RGB (Red+Green+Blue) = 189+171+218=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDABDA is #425425. Grayscale: #B5B5B5. Windows color (decimal): -4346918 or 14330813. OLE color: 14330813.

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

Color convert

RGB 189 171 218 -
CMYK 0.13 0.22 0 0.15
HSL 262.98º 0.39% 0.76% -
HSV(B) 262.98º 0.22% 0.85% -
XYZ 48.2 45.01 72.48 -
YUV 181.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 189 171 218 0.13 0.22 0 0.15 262.98 0.39 0.76
Hex BD AB DA D 16 0 F 107 27 4C
Octal 275 253 332 15 26 0 17 407 47 114
Binary 10111101 10101011 11011010 1101 10110 0 1111 100000111 100111 1001100

Color Harmonies of #BDABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABDA

Black with #BDABDA

Text Example


Text Example

White with #BDABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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