Html Css Color HEX #BDB0D7 Moon Raker

📋 copy color: '#BDB0D7'

red 189 ◦ green 176 ◦ blue 215

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

Shades of Moon Raker #BDB0D7

Tints of Moon Raker #BDB0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.07%

R = 32.59%
G = 30.34%
B = 37.07%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDB0D7 (or 0xBDB0D7) is known color: Moon Raker. HEX triplet: BD, B0 and D7. RGB value is (189,176,215). Sum of RGB (Red+Green+Blue) = 189+176+215=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 215 (84.38% from 255 or 37.07% from 580); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDB0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0D7 is #424F28. Grayscale: #B8B8B8. Windows color (decimal): -4345641 or 14135485. OLE color: 14135485.

HSL color Cylindrical-coordinate representation of color #BDB0D7: hue angle of 260º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB0D7 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 176 215 -
CMYK 0.12 0.18 0 0.16
HSL 260º 0.33% 0.77% -
HSV(B) 260º 0.18% 0.84% -
XYZ 48.78 46.78 70.75 -
YUV 184.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 189 176 215 0.12 0.18 0 0.16 260 0.33 0.77
Hex BD B0 D7 C 12 0 10 104 21 4D
Octal 275 260 327 14 22 0 20 404 41 115
Binary 10111101 10110000 11010111 1100 10010 0 10000 100000100 100001 1001101

Color Harmonies of #BDB0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0D7

Black with #BDB0D7

Text Example


Text Example

White with #BDB0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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