#BBAECF

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

Shades of Moon Raker #BBAECF

Tints of Moon Raker #BBAECF

Color information

#BBAECF (or 0xBBAECF) is unknown color: approx Moon Raker. HEX triplet: BB, AE and CF. RGB value is (187,174,207). Sum of RGB (Red+Green+Blue) = 187+174+207=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECF is #445130. Grayscale: #B5B5B5. Windows color (decimal): -4477233 or 13610683. OLE color: 13610683.

HSL color Cylindrical-coordinate representation of color #BBAECF: hue angle of 263.64º 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 #BBAECF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187174207-
CMYK0.100.1600.19
HSL263.64º25.58%74.71%-
HSV(B)263.64º15.94%81.18%-
XYZ46.8945.3465.31-
YUV181.65142.31131.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=32.92%
G=30.63%
B=36.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871742070.100.1600.19263.6425.5874.71
HexBBAECFA100131081a4b
Octal273256317122002341032113
Binary101110111010111011001111101010000010011100001000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAECF; }

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

 H1.HeaderClassName
 {
   color: #BBAECF;
 }
 .AnyTagClassName
 {
   color: #BBAECF;
 }
</style>
background-color css

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

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

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

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

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

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