Html Css Color HEX #BDB3D5 Moon Raker

📋 copy color: '#BDB3D5'

red 189 ◦ green 179 ◦ blue 213

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

Shades of Moon Raker #BDB3D5

Tints of Moon Raker #BDB3D5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.81%

 BLUE value IS 213 (83.59% from 255) = 36.66%

R = 32.53%
G = 30.81%
B = 36.66%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDB3D5 (or 0xBDB3D5) is known color: Moon Raker. HEX triplet: BD, B3 and D5. RGB value is (189,179,213). Sum of RGB (Red+Green+Blue) = 189+179+213=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3D5 is #424C2A. Grayscale: #B9B9B9. Windows color (decimal): -4344875 or 14005181. OLE color: 14005181.

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

Color convert

RGB 189 179 213 -
CMYK 0.11 0.16 0 0.16
HSL 257.65º 0.29% 0.77% -
HSV(B) 257.65º 0.16% 0.84% -
XYZ 49.12 47.86 69.6 -
YUV 185.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 189 179 213 0.11 0.16 0 0.16 257.65 0.29 0.77
Hex BD B3 D5 B 10 0 10 102 1D 4D
Octal 275 263 325 13 20 0 20 402 35 115
Binary 10111101 10110011 11010101 1011 10000 0 10000 100000010 11101 1001101

Color Harmonies of #BDB3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3D5

Black with #BDB3D5

Text Example


Text Example

White with #BDB3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3D5; }

 p { color: rgb(189,179,213); }

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

background-color css

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

 a { background-color: rgb(189,179,213); }

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

border-color css

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

 span { border-color: rgb(189,179,213); }

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