#BDAECF

Color #BDAECF Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BDAECF

Tints of Moon Raker #BDAECF

Color information

#BDAECF (or 0xBDAECF) is unknown color: approx 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

RGB189174207-
CMYK0.090.1600.19
HSL267.27º25.58%74.71%-
HSV(B)267.27º15.94%81.18%-
XYZ47.3845.665.33-
YUV182.25141.97132.82-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891742070.090.1600.19267.2725.5874.71
HexBDAECF91001310b1a4b
Octal275256317112002341332113
Binary101111011010111011001111100110000010011100001011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>