Html Css Color HEX #BAADAF Careys Pink

📋 copy color: '#BAADAF'

red 186 ◦ green 173 ◦ blue 175

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

Shades of Careys Pink #BAADAF

Tints of Careys Pink #BAADAF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

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

R = 34.83%
G = 32.4%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BAADAF (or 0xBAADAF) is known color: Careys Pink. HEX triplet: BA, AD and AF. RGB value is (186,173,175). Sum of RGB (Red+Green+Blue) = 186+173+175=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADAF is #455250. Grayscale: #B1B1B1. Windows color (decimal): -4543057 or 11513274. OLE color: 11513274.

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

Color convert

RGB 186 173 175 -
CMYK 0 0.07 0.06 0.27
HSL 350.77º 0.09% 0.7% -
HSV(B) 350.77º 0.07% 0.73% -
XYZ 42.93 43.42 46.68 -
YUV 177.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 186 173 175 0 0.07 0.06 0.27 350.77 0.09 0.7
Hex BA AD AF 0 7 6 1B 15F 9 46
Octal 272 255 257 0 7 6 33 537 11 106
Binary 10111010 10101101 10101111 0 111 110 11011 101011111 1001 1000110

Color Harmonies of #BAADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADAF

Black with #BAADAF

Text Example


Text Example

White with #BAADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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