Html Css Color HEX #BAB1CA Moon Raker

📋 copy color: '#BAB1CA'

red 186 ◦ green 177 ◦ blue 202

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

Shades of Moon Raker #BAB1CA

Tints of Moon Raker #BAB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.33%

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 32.92%
G = 31.33%
B = 35.75%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAB1CA (or 0xBAB1CA) is known color: Moon Raker. HEX triplet: BA, B1 and CA. RGB value is (186,177,202). Sum of RGB (Red+Green+Blue) = 186+177+202=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1CA is #454E35. Grayscale: #B6B6B6. Windows color (decimal): -4542006 or 13283770. OLE color: 13283770.

HSL color Cylindrical-coordinate representation of color #BAB1CA: hue angle of 261.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB1CA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 177 202 -
CMYK 0.08 0.12 0 0.21
HSL 261.6º 0.19% 0.74% -
HSV(B) 261.6º 0.12% 0.79% -
XYZ 46.63 46.15 62.33 -
YUV 182.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 186 177 202 0.08 0.12 0 0.21 261.6 0.19 0.74
Hex BA B1 CA 8 C 0 15 106 13 4A
Octal 272 261 312 10 14 0 25 406 23 112
Binary 10111010 10110001 11001010 1000 1100 0 10101 100000110 10011 1001010

Color Harmonies of #BAB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1CA

Black with #BAB1CA

Text Example


Text Example

White with #BAB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1CA; }

 p { color: rgb(186,177,202); }

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

background-color css

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

 a { background-color: rgb(186,177,202); }

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

border-color css

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

 span { border-color: rgb(186,177,202); }

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