Html Css Color HEX #BDB0D8 Moon Raker

📋 copy color: '#BDB0D8'

red 189 ◦ green 176 ◦ blue 216

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

Shades of Moon Raker #BDB0D8

Tints of Moon Raker #BDB0D8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.29%

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 32.53%
G = 30.29%
B = 37.18%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDB0D8 (or 0xBDB0D8) is known color: Moon Raker. HEX triplet: BD, B0 and D8. RGB value is (189,176,216). Sum of RGB (Red+Green+Blue) = 189+176+216=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDB0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0D8 is #424F27. Grayscale: #B8B8B8. Windows color (decimal): -4345640 or 14201021. OLE color: 14201021.

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

Color convert

RGB 189 176 216 -
CMYK 0.12 0.19 0 0.15
HSL 259.5º 0.34% 0.77% -
HSV(B) 259.5º 0.19% 0.85% -
XYZ 48.91 46.83 71.43 -
YUV 184.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 189 176 216 0.12 0.19 0 0.15 259.5 0.34 0.77
Hex BD B0 D8 C 13 0 F 104 22 4D
Octal 275 260 330 14 23 0 17 404 42 115
Binary 10111101 10110000 11011000 1100 10011 0 1111 100000100 100010 1001101

Color Harmonies of #BDB0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0D8

Black with #BDB0D8

Text Example


Text Example

White with #BDB0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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