Html Css Color HEX #BDB0DC Moon Raker

📋 copy color: '#BDB0DC'

red 189 ◦ green 176 ◦ blue 220

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

Shades of Moon Raker #BDB0DC

Tints of Moon Raker #BDB0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.61%

R = 32.31%
G = 30.09%
B = 37.61%

CMYK

 C value IS 0.14

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDB0DC (or 0xBDB0DC) is known color: Moon Raker. HEX triplet: BD, B0 and DC. RGB value is (189,176,220). Sum of RGB (Red+Green+Blue) = 189+176+220=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0DC is #424F23. Grayscale: #B8B8B8. Windows color (decimal): -4345636 or 14463165. OLE color: 14463165.

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

Color convert

RGB 189 176 220 -
CMYK 0.14 0.2 0 0.14
HSL 257.73º 0.39% 0.78% -
HSV(B) 257.73º 0.2% 0.86% -
XYZ 49.43 47.04 74.18 -
YUV 184.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 189 176 220 0.14 0.2 0 0.14 257.73 0.39 0.78
Hex BD B0 DC E 14 0 E 102 27 4E
Octal 275 260 334 16 24 0 16 402 47 116
Binary 10111101 10110000 11011100 1110 10100 0 1110 100000010 100111 1001110

Color Harmonies of #BDB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB0DC

Black with #BDB0DC

Text Example


Text Example

White with #BDB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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