Html Css Color HEX #BAB1CC Moon Raker

📋 copy color: '#BAB1CC'

red 186 ◦ green 177 ◦ blue 204

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

Shades of Moon Raker #BAB1CC

Tints of Moon Raker #BAB1CC

RGB

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

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

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

R = 32.8%
G = 31.22%
B = 35.98%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAB1CC (or 0xBAB1CC) is known color: Moon Raker. HEX triplet: BA, B1 and CC. RGB value is (186,177,204). Sum of RGB (Red+Green+Blue) = 186+177+204=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1CC is #454E33. Grayscale: #B6B6B6. Windows color (decimal): -4542004 or 13414842. OLE color: 13414842.

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

Color convert

RGB 186 177 204 -
CMYK 0.09 0.13 0 0.2
HSL 260º 0.21% 0.75% -
HSV(B) 260º 0.13% 0.8% -
XYZ 46.87 46.24 63.58 -
YUV 182.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 186 177 204 0.09 0.13 0 0.2 260 0.21 0.75
Hex BA B1 CC 9 D 0 14 104 15 4B
Octal 272 261 314 11 15 0 24 404 25 113
Binary 10111010 10110001 11001100 1001 1101 0 10100 100000100 10101 1001011

Color Harmonies of #BAB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1CC

Black with #BAB1CC

Text Example


Text Example

White with #BAB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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