Html Css Color HEX #B5ADAF Careys Pink

📋 copy color: '#B5ADAF'

red 181 ◦ green 173 ◦ blue 175

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

Shades of Careys Pink #B5ADAF

Tints of Careys Pink #B5ADAF

RGB

 RED value IS 181 (71.09% from 255) = 34.22%

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

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

R = 34.22%
G = 32.7%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B5ADAF (or 0xB5ADAF) is known color: Careys Pink. HEX triplet: B5, AD and AF. RGB value is (181,173,175). Sum of RGB (Red+Green+Blue) = 181+173+175=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ADAF is #4A5250. Grayscale: #AFAFAF. Windows color (decimal): -4870737 or 11513269. OLE color: 11513269.

HSL color Cylindrical-coordinate representation of color #B5ADAF: hue angle of 345º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5ADAF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 175 -
CMYK 0 0.04 0.03 0.29
HSL 345º 0.05% 0.69% -
HSV(B) 345º 0.04% 0.71% -
XYZ 41.74 42.81 46.62 -
YUV 175.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 181 173 175 0 0.04 0.03 0.29 345 0.05 0.69
Hex B5 AD AF 0 4 3 1D 159 5 45
Octal 265 255 257 0 4 3 35 531 5 105
Binary 10110101 10101101 10101111 0 100 11 11101 101011001 101 1000101

Color Harmonies of #B5ADAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADAF

Black with #B5ADAF

Text Example


Text Example

White with #B5ADAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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