Html Css Color HEX #B6AEAF Careys Pink

📋 copy color: '#B6AEAF'

red 182 ◦ green 174 ◦ blue 175

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

Shades of Careys Pink #B6AEAF

Tints of Careys Pink #B6AEAF

RGB

 RED value IS 182 (71.48% from 255) = 34.27%

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

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

R = 34.27%
G = 32.77%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B6AEAF (or 0xB6AEAF) is known color: Careys Pink. HEX triplet: B6, AE and AF. RGB value is (182,174,175). Sum of RGB (Red+Green+Blue) = 182+174+175=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AEAF is #495150. Grayscale: #B0B0B0. Windows color (decimal): -4804945 or 11513526. OLE color: 11513526.

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

Color convert

RGB 182 174 175 -
CMYK 0 0.04 0.04 0.29
HSL 352.5º 0.05% 0.7% -
HSV(B) 352.5º 0.04% 0.71% -
XYZ 42.17 43.31 46.7 -
YUV 176.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 182 174 175 0 0.04 0.04 0.29 352.5 0.05 0.7
Hex B6 AE AF 0 4 4 1D 160 5 46
Octal 266 256 257 0 4 4 35 540 5 106
Binary 10110110 10101110 10101111 0 100 100 11101 101100000 101 1000110

Color Harmonies of #B6AEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AEAF

Black with #B6AEAF

Text Example


Text Example

White with #B6AEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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