Html Css Color HEX #BDAECF Moon Raker

📋 copy color: '#BDAECF'

red 189 ◦ green 174 ◦ blue 207

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

Shades of Moon Raker #BDAECF

Tints of Moon Raker #BDAECF

RGB

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

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

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

R = 33.16%
G = 30.53%
B = 36.32%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BDAECF (or 0xBDAECF) is known color: Moon Raker. HEX triplet: BD, AE and CF. RGB value is (189,174,207). Sum of RGB (Red+Green+Blue) = 189+174+207=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAECF is #425130. Grayscale: #B6B6B6. Windows color (decimal): -4346161 or 13610685. OLE color: 13610685.

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

Color convert

RGB 189 174 207 -
CMYK 0.09 0.16 0 0.19
HSL 267.27º 0.26% 0.75% -
HSV(B) 267.27º 0.16% 0.81% -
XYZ 47.38 45.6 65.33 -
YUV 182.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 189 174 207 0.09 0.16 0 0.19 267.27 0.26 0.75
Hex BD AE CF 9 10 0 13 10B 1A 4B
Octal 275 256 317 11 20 0 23 413 32 113
Binary 10111101 10101110 11001111 1001 10000 0 10011 100001011 11010 1001011

Color Harmonies of #BDAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAECF

Black with #BDAECF

Text Example


Text Example

White with #BDAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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