Html Css Color HEX #BAB0CB Moon Raker

📋 copy color: '#BAB0CB'

red 186 ◦ green 176 ◦ blue 203

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

Shades of Moon Raker #BAB0CB

Tints of Moon Raker #BAB0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 32.92%
G = 31.15%
B = 35.93%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAB0CB (or 0xBAB0CB) is known color: Moon Raker. HEX triplet: BA, B0 and CB. RGB value is (186,176,203). Sum of RGB (Red+Green+Blue) = 186+176+203=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0CB is #454F34. Grayscale: #B5B5B5. Windows color (decimal): -4542261 or 13349050. OLE color: 13349050.

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

Color convert

RGB 186 176 203 -
CMYK 0.08 0.13 0 0.20
HSL 262.22º 0.21% 0.74% -
HSV(B) 262.22º 0.13% 0.8% -
XYZ 46.55 45.8 62.89 -
YUV 182.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 186 176 203 0.08 0.13 0 0.20 262.22 0.21 0.74
Hex BA B0 CB 8 D 0 14 106 15 4A
Octal 272 260 313 10 15 0 24 406 25 112
Binary 10111010 10110000 11001011 1000 1101 0 10100 100000110 10101 1001010

Color Harmonies of #BAB0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0CB

Black with #BAB0CB

Text Example


Text Example

White with #BAB0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0CB; }

 p { color: rgb(186,176,203); }

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

background-color css

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

 a { background-color: rgb(186,176,203); }

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

border-color css

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

 span { border-color: rgb(186,176,203); }

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