Html Css Color HEX #BAB2CA Moon Raker

📋 copy color: '#BAB2CA'

red 186 ◦ green 178 ◦ blue 202

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

Shades of Moon Raker #BAB2CA

Tints of Moon Raker #BAB2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.45%

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

R = 32.86%
G = 31.45%
B = 35.69%

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

#BAB2CA (or 0xBAB2CA) is known color: Moon Raker. HEX triplet: BA, B2 and CA. RGB value is (186,178,202). Sum of RGB (Red+Green+Blue) = 186+178+202=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAB2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2CA is #454D35. Grayscale: #B7B7B7. Windows color (decimal): -4541750 or 13284026. OLE color: 13284026.

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

Color convert

RGB 186 178 202 -
CMYK 0.08 0.12 0 0.21
HSL 260º 0.18% 0.75% -
HSV(B) 260º 0.12% 0.79% -
XYZ 46.83 46.54 62.39 -
YUV 183.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 186 178 202 0.08 0.12 0 0.21 260 0.18 0.75
Hex BA B2 CA 8 C 0 15 104 12 4B
Octal 272 262 312 10 14 0 25 404 22 113
Binary 10111010 10110010 11001010 1000 1100 0 10101 100000100 10010 1001011

Color Harmonies of #BAB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2CA

Black with #BAB2CA

Text Example


Text Example

White with #BAB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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