Html Css Color HEX #BAAEAF Careys Pink

📋 copy color: '#BAAEAF'

red 186 ◦ green 174 ◦ blue 175

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

Shades of Careys Pink #BAAEAF

Tints of Careys Pink #BAAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.71%

R = 34.77%
G = 32.52%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAAEAF (or 0xBAAEAF) is known color: Careys Pink. HEX triplet: BA, AE and AF. RGB value is (186,174,175). Sum of RGB (Red+Green+Blue) = 186+174+175=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAEAF is #455150. Grayscale: #B1B1B1. Windows color (decimal): -4542801 or 11513530. OLE color: 11513530.

HSL color Cylindrical-coordinate representation of color #BAAEAF: hue angle of 355º 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 #BAAEAF is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 175 -
CMYK 0 0.06 0.06 0.27
HSL 355º 0.08% 0.71% -
HSV(B) 355º 0.06% 0.73% -
XYZ 43.12 43.81 46.74 -
YUV 177.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 186 174 175 0 0.06 0.06 0.27 355 0.08 0.71
Hex BA AE AF 0 6 6 1B 163 8 47
Octal 272 256 257 0 6 6 33 543 10 107
Binary 10111010 10101110 10101111 0 110 110 11011 101100011 1000 1000111

Color Harmonies of #BAAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEAF

Black with #BAAEAF

Text Example


Text Example

White with #BAAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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