Html Css Color HEX #BDAFCF Moon Raker

📋 copy color: '#BDAFCF'

red 189 ◦ green 175 ◦ blue 207

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

Shades of Moon Raker #BDAFCF

Tints of Moon Raker #BDAFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 33.1%
G = 30.65%
B = 36.25%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDAFCF (or 0xBDAFCF) is known color: Moon Raker. HEX triplet: BD, AF and CF. RGB value is (189,175,207). Sum of RGB (Red+Green+Blue) = 189+175+207=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFCF is #425030. Grayscale: #B6B6B6. Windows color (decimal): -4345905 or 13610941. OLE color: 13610941.

HSL color Cylindrical-coordinate representation of color #BDAFCF: hue angle of 266.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDAFCF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 175 207 -
CMYK 0.09 0.15 0 0.19
HSL 266.25º 0.25% 0.75% -
HSV(B) 266.25º 0.15% 0.81% -
XYZ 47.58 45.98 65.4 -
YUV 182.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 189 175 207 0.09 0.15 0 0.19 266.25 0.25 0.75
Hex BD AF CF 9 F 0 13 10A 19 4B
Octal 275 257 317 11 17 0 23 412 31 113
Binary 10111101 10101111 11001111 1001 1111 0 10011 100001010 11001 1001011

Color Harmonies of #BDAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFCF

Black with #BDAFCF

Text Example


Text Example

White with #BDAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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