Html Css Color HEX #BDB0DB Moon Raker

📋 copy color: '#BDB0DB'

red 189 ◦ green 176 ◦ blue 219

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

Shades of Moon Raker #BDB0DB

Tints of Moon Raker #BDB0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 32.36%
G = 30.14%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDB0DB (or 0xBDB0DB) is known color: Moon Raker. HEX triplet: BD, B0 and DB. RGB value is (189,176,219). Sum of RGB (Red+Green+Blue) = 189+176+219=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0DB is #424F24. Grayscale: #B8B8B8. Windows color (decimal): -4345637 or 14397629. OLE color: 14397629.

HSL color Cylindrical-coordinate representation of color #BDB0DB: hue angle of 258.14º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB0DB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 176 219 -
CMYK 0.14 0.20 0 0.14
HSL 258.14º 0.37% 0.77% -
HSV(B) 258.14º 0.2% 0.86% -
XYZ 49.3 46.98 73.49 -
YUV 184.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 189 176 219 0.14 0.20 0 0.14 258.14 0.37 0.77
Hex BD B0 DB E 14 0 E 102 25 4D
Octal 275 260 333 16 24 0 16 402 45 115
Binary 10111101 10110000 11011011 1110 10100 0 1110 100000010 100101 1001101

Color Harmonies of #BDB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0DB

Black with #BDB0DB

Text Example


Text Example

White with #BDB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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