Html Css Color HEX #BDB5D0 Moon Raker

📋 copy color: '#BDB5D0'

red 189 ◦ green 181 ◦ blue 208

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

Shades of Moon Raker #BDB5D0

Tints of Moon Raker #BDB5D0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.31%

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 32.7%
G = 31.31%
B = 35.99%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDB5D0 (or 0xBDB5D0) is known color: Moon Raker. HEX triplet: BD, B5 and D0. RGB value is (189,181,208). Sum of RGB (Red+Green+Blue) = 189+181+208=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5D0 is #424A2F. Grayscale: #BABABA. Windows color (decimal): -4344368 or 13678013. OLE color: 13678013.

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

Color convert

RGB 189 181 208 -
CMYK 0.09 0.13 0 0.18
HSL 257.78º 0.22% 0.76% -
HSV(B) 257.78º 0.13% 0.82% -
XYZ 48.9 48.42 66.44 -
YUV 186.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 189 181 208 0.09 0.13 0 0.18 257.78 0.22 0.76
Hex BD B5 D0 9 D 0 12 102 16 4C
Octal 275 265 320 11 15 0 22 402 26 114
Binary 10111101 10110101 11010000 1001 1101 0 10010 100000010 10110 1001100

Color Harmonies of #BDB5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB5D0

Black with #BDB5D0

Text Example


Text Example

White with #BDB5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB5D0; }

 p { color: rgb(189,181,208); }

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

background-color css

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

 a { background-color: rgb(189,181,208); }

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

border-color css

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

 span { border-color: rgb(189,181,208); }

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