Html Css Color HEX #BAAECF Moon Raker

📋 copy color: '#BAAECF'

red 186 ◦ green 174 ◦ blue 207

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

Shades of Moon Raker #BAAECF

Tints of Moon Raker #BAAECF

RGB

 RED value IS 186 (73.05% from 255) = 32.8%

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

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

R = 32.8%
G = 30.69%
B = 36.51%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BAAECF (or 0xBAAECF) is known color: Moon Raker. HEX triplet: BA, AE and CF. RGB value is (186,174,207). Sum of RGB (Red+Green+Blue) = 186+174+207=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECF is #455130. Grayscale: #B5B5B5. Windows color (decimal): -4542769 or 13610682. OLE color: 13610682.

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

Color convert

RGB 186 174 207 -
CMYK 0.10 0.16 0 0.19
HSL 261.82º 0.26% 0.75% -
HSV(B) 261.82º 0.16% 0.81% -
XYZ 46.65 45.22 65.3 -
YUV 181.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 186 174 207 0.10 0.16 0 0.19 261.82 0.26 0.75
Hex BA AE CF A 10 0 13 106 1A 4B
Octal 272 256 317 12 20 0 23 406 32 113
Binary 10111010 10101110 11001111 1010 10000 0 10011 100000110 11010 1001011

Color Harmonies of #BAAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAECF

Black with #BAAECF

Text Example


Text Example

White with #BAAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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