Html Css Color HEX #BAAEB0 Careys Pink

📋 copy color: '#BAAEB0'

red 186 ◦ green 174 ◦ blue 176

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

Shades of Careys Pink #BAAEB0

Tints of Careys Pink #BAAEB0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.46%

 BLUE value IS 176 (69.14% from 255) = 32.84%

R = 34.7%
G = 32.46%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BAAEB0 (or 0xBAAEB0) is known color: Careys Pink. HEX triplet: BA, AE and B0. RGB value is (186,174,176). Sum of RGB (Red+Green+Blue) = 186+174+176=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEB0 is #45514F. Grayscale: #B1B1B1. Windows color (decimal): -4542800 or 11579066. OLE color: 11579066.

HSL color Cylindrical-coordinate representation of color #BAAEB0: hue angle of 350º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEB0 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 176 -
CMYK 0 0.06 0.05 0.27
HSL 350º 0.08% 0.71% -
HSV(B) 350º 0.06% 0.73% -
XYZ 43.22 43.85 47.26 -
YUV 177.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 186 174 176 0 0.06 0.05 0.27 350 0.08 0.71
Hex BA AE B0 0 6 5 1B 15E 8 47
Octal 272 256 260 0 6 5 33 536 10 107
Binary 10111010 10101110 10110000 0 110 101 11011 101011110 1000 1000111

Color Harmonies of #BAAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEB0

Black with #BAAEB0

Text Example


Text Example

White with #BAAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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