Html Css Color HEX #BDAFDB Moon Raker

📋 copy color: '#BDAFDB'

red 189 ◦ green 175 ◦ blue 219

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

Shades of Moon Raker #BDAFDB

Tints of Moon Raker #BDAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.02%

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

R = 32.42%
G = 30.02%
B = 37.56%

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

#BDAFDB (or 0xBDAFDB) is known color: Moon Raker. HEX triplet: BD, AF and DB. RGB value is (189,175,219). Sum of RGB (Red+Green+Blue) = 189+175+219=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFDB is #425024. Grayscale: #B8B8B8. Windows color (decimal): -4345893 or 14397373. OLE color: 14397373.

HSL color Cylindrical-coordinate representation of color #BDAFDB: hue angle of 259.09º degrees, saturation: 0.38, 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 #BDAFDB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 175 219 -
CMYK 0.14 0.20 0 0.14
HSL 259.09º 0.38% 0.77% -
HSV(B) 259.09º 0.2% 0.86% -
XYZ 49.1 46.59 73.42 -
YUV 184.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 189 175 219 0.14 0.20 0 0.14 259.09 0.38 0.77
Hex BD AF DB E 14 0 E 103 26 4D
Octal 275 257 333 16 24 0 16 403 46 115
Binary 10111101 10101111 11011011 1110 10100 0 1110 100000011 100110 1001101

Color Harmonies of #BDAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFDB

Black with #BDAFDB

Text Example


Text Example

White with #BDAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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