Html Css Color HEX #BAABCC Moon Raker

📋 copy color: '#BAABCC'

red 186 ◦ green 171 ◦ blue 204

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

Shades of Moon Raker #BAABCC

Tints of Moon Raker #BAABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.48%

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 33.16%
G = 30.48%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAABCC (or 0xBAABCC) is known color: Moon Raker. HEX triplet: BA, AB and CC. RGB value is (186,171,204). Sum of RGB (Red+Green+Blue) = 186+171+204=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABCC is #455433. Grayscale: #B3B3B3. Windows color (decimal): -4543540 or 13413306. OLE color: 13413306.

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

Color convert

RGB 186 171 204 -
CMYK 0.09 0.16 0 0.2
HSL 267.27º 0.24% 0.74% -
HSV(B) 267.27º 0.16% 0.8% -
XYZ 45.71 43.92 63.2 -
YUV 179.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 186 171 204 0.09 0.16 0 0.2 267.27 0.24 0.74
Hex BA AB CC 9 10 0 14 10B 18 4A
Octal 272 253 314 11 20 0 24 413 30 112
Binary 10111010 10101011 11001100 1001 10000 0 10100 100001011 11000 1001010

Color Harmonies of #BAABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABCC

Black with #BAABCC

Text Example


Text Example

White with #BAABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABCC; }

 p { color: rgb(186,171,204); }

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

background-color css

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

 a { background-color: rgb(186,171,204); }

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

border-color css

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

 span { border-color: rgb(186,171,204); }

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