Html Css Color HEX #BDAECB Moon Raker

📋 copy color: '#BDAECB'

red 189 ◦ green 174 ◦ blue 203

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

Shades of Moon Raker #BDAECB

Tints of Moon Raker #BDAECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.74%

 BLUE value IS 203 (79.69% from 255) = 35.87%

R = 33.39%
G = 30.74%
B = 35.87%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDAECB (or 0xBDAECB) is known color: Moon Raker. HEX triplet: BD, AE and CB. RGB value is (189,174,203). Sum of RGB (Red+Green+Blue) = 189+174+203=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAECB is #425134. Grayscale: #B5B5B5. Windows color (decimal): -4346165 or 13348541. OLE color: 13348541.

HSL color Cylindrical-coordinate representation of color #BDAECB: hue angle of 271.03º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDAECB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 174 203 -
CMYK 0.07 0.14 0 0.20
HSL 271.03º 0.22% 0.74% -
HSV(B) 271.03º 0.14% 0.8% -
XYZ 46.9 45.4 62.79 -
YUV 181.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 189 174 203 0.07 0.14 0 0.20 271.03 0.22 0.74
Hex BD AE CB 7 E 0 14 10F 16 4A
Octal 275 256 313 7 16 0 24 417 26 112
Binary 10111101 10101110 11001011 111 1110 0 10100 100001111 10110 1001010

Color Harmonies of #BDAECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAECB

Black with #BDAECB

Text Example


Text Example

White with #BDAECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAECB; }

 p { color: rgb(189,174,203); }

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

background-color css

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

 a { background-color: rgb(189,174,203); }

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

border-color css

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

 span { border-color: rgb(189,174,203); }

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