Html Css Color HEX #BDB3D6 Moon Raker

📋 copy color: '#BDB3D6'

red 189 ◦ green 179 ◦ blue 214

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

Shades of Moon Raker #BDB3D6

Tints of Moon Raker #BDB3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.77%

R = 32.47%
G = 30.76%
B = 36.77%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDB3D6 (or 0xBDB3D6) is known color: Moon Raker. HEX triplet: BD, B3 and D6. RGB value is (189,179,214). Sum of RGB (Red+Green+Blue) = 189+179+214=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDB3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3D6 is #424C29. Grayscale: #B9B9B9. Windows color (decimal): -4344874 or 14070717. OLE color: 14070717.

HSL color Cylindrical-coordinate representation of color #BDB3D6: hue angle of 257.14º degrees, saturation: 0.3, 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 #BDB3D6 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 179 214 -
CMYK 0.12 0.16 0 0.16
HSL 257.14º 0.3% 0.77% -
HSV(B) 257.14º 0.16% 0.84% -
XYZ 49.24 47.91 70.27 -
YUV 185.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 189 179 214 0.12 0.16 0 0.16 257.14 0.3 0.77
Hex BD B3 D6 C 10 0 10 101 1E 4D
Octal 275 263 326 14 20 0 20 401 36 115
Binary 10111101 10110011 11010110 1100 10000 0 10000 100000001 11110 1001101

Color Harmonies of #BDB3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3D6

Black with #BDB3D6

Text Example


Text Example

White with #BDB3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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