Html Css Color HEX #BFAEB2 Careys Pink

📋 copy color: '#BFAEB2'

red 191 ◦ green 174 ◦ blue 178

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

Shades of Careys Pink #BFAEB2

Tints of Careys Pink #BFAEB2

RGB

 RED value IS 191 (75% from 255) = 35.17%

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 35.17%
G = 32.04%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BFAEB2 (or 0xBFAEB2) is known color: Careys Pink. HEX triplet: BF, AE and B2. RGB value is (191,174,178). Sum of RGB (Red+Green+Blue) = 191+174+178=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAEB2 is #40514D. Grayscale: #B3B3B3. Windows color (decimal): -4215118 or 11710143. OLE color: 11710143.

HSL color Cylindrical-coordinate representation of color #BFAEB2: hue angle of 345.88º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFAEB2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 178 -
CMYK 0 0.09 0.07 0.25
HSL 345.88º 0.12% 0.72% -
HSV(B) 345.88º 0.09% 0.75% -
XYZ 44.66 44.56 48.37 -
YUV 179.54 127.13 136.17 -
System Red Green Blue C M Y K H S L
Decimal 191 174 178 0 0.09 0.07 0.25 345.88 0.12 0.72
Hex BF AE B2 0 9 7 19 15A C 48
Octal 277 256 262 0 11 7 31 532 14 110
Binary 10111111 10101110 10110010 0 1001 111 11001 101011010 1100 1001000

Color Harmonies of #BFAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEB2

Black with #BFAEB2

Text Example


Text Example

White with #BFAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEB2; }

 p { color: rgb(191,174,178); }

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

background-color css

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

 a { background-color: rgb(191,174,178); }

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

border-color css

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

 span { border-color: rgb(191,174,178); }

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