Html Css Color HEX #BDAFDF Moon Raker

📋 copy color: '#BDAFDF'

red 189 ◦ green 175 ◦ blue 223

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

Shades of Moon Raker #BDAFDF

Tints of Moon Raker #BDAFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 32.2%
G = 29.81%
B = 37.99%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDAFDF (or 0xBDAFDF) is known color: Moon Raker. HEX triplet: BD, AF and DF. RGB value is (189,175,223). Sum of RGB (Red+Green+Blue) = 189+175+223=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFDF is #425020. Grayscale: #B8B8B8. Windows color (decimal): -4345889 or 14659517. OLE color: 14659517.

HSL color Cylindrical-coordinate representation of color #BDAFDF: hue angle of 257.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDAFDF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 175 223 -
CMYK 0.15 0.22 0 0.13
HSL 257.5º 0.43% 0.78% -
HSV(B) 257.5º 0.22% 0.87% -
XYZ 49.64 46.81 76.23 -
YUV 184.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 189 175 223 0.15 0.22 0 0.13 257.5 0.43 0.78
Hex BD AF DF F 16 0 D 102 2B 4E
Octal 275 257 337 17 26 0 15 402 53 116
Binary 10111101 10101111 11011111 1111 10110 0 1101 100000010 101011 1001110

Color Harmonies of #BDAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFDF

Black with #BDAFDF

Text Example


Text Example

White with #BDAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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