Html Css Color HEX #BDADD4 Moon Raker

📋 copy color: '#BDADD4'

red 189 ◦ green 173 ◦ blue 212

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

Shades of Moon Raker #BDADD4

Tints of Moon Raker #BDADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.14%

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 32.93%
G = 30.14%
B = 36.93%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BDADD4 (or 0xBDADD4) is known color: Moon Raker. HEX triplet: BD, AD and D4. RGB value is (189,173,212). Sum of RGB (Red+Green+Blue) = 189+173+212=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADD4 is #42522B. Grayscale: #B6B6B6. Windows color (decimal): -4346412 or 13938109. OLE color: 13938109.

HSL color Cylindrical-coordinate representation of color #BDADD4: hue angle of 264.62º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDADD4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 173 212 -
CMYK 0.11 0.18 0 0.17
HSL 264.62º 0.31% 0.75% -
HSV(B) 264.62º 0.18% 0.83% -
XYZ 47.81 45.46 68.54 -
YUV 182.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 189 173 212 0.11 0.18 0 0.17 264.62 0.31 0.75
Hex BD AD D4 B 12 0 11 109 1F 4B
Octal 275 255 324 13 22 0 21 411 37 113
Binary 10111101 10101101 11010100 1011 10010 0 10001 100001001 11111 1001011

Color Harmonies of #BDADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADD4

Black with #BDADD4

Text Example


Text Example

White with #BDADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADD4; }

 p { color: rgb(189,173,212); }

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

background-color css

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

 a { background-color: rgb(189,173,212); }

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

border-color css

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

 span { border-color: rgb(189,173,212); }

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