Html Css Color HEX #BEAEB2 Careys Pink

📋 copy color: '#BEAEB2'

red 190 ◦ green 174 ◦ blue 178

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

Shades of Careys Pink #BEAEB2

Tints of Careys Pink #BEAEB2

RGB

 RED value IS 190 (74.61% from 255) = 35.06%

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

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

R = 35.06%
G = 32.1%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEAEB2 (or 0xBEAEB2) is known color: Careys Pink. HEX triplet: BE, AE and B2. RGB value is (190,174,178). Sum of RGB (Red+Green+Blue) = 190+174+178=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAEB2 is #41514D. Grayscale: #B3B3B3. Windows color (decimal): -4280654 or 11710142. OLE color: 11710142.

HSL color Cylindrical-coordinate representation of color #BEAEB2: hue angle of 345º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BEAEB2 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 174 178 -
CMYK 0 0.08 0.06 0.25
HSL 345º 0.11% 0.71% -
HSV(B) 345º 0.08% 0.75% -
XYZ 44.41 44.43 48.36 -
YUV 179.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 190 174 178 0 0.08 0.06 0.25 345 0.11 0.71
Hex BE AE B2 0 8 6 19 159 B 47
Octal 276 256 262 0 10 6 31 531 13 107
Binary 10111110 10101110 10110010 0 1000 110 11001 101011001 1011 1000111

Color Harmonies of #BEAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEB2

Black with #BEAEB2

Text Example


Text Example

White with #BEAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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