Html Css Color HEX #BCAEB1 Careys Pink

📋 copy color: '#BCAEB1'

red 188 ◦ green 174 ◦ blue 177

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

Shades of Careys Pink #BCAEB1

Tints of Careys Pink #BCAEB1

RGB

 RED value IS 188 (73.83% from 255) = 34.88%

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

 BLUE value IS 177 (69.53% from 255) = 32.84%

R = 34.88%
G = 32.28%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BCAEB1 (or 0xBCAEB1) is known color: Careys Pink. HEX triplet: BC, AE and B1. RGB value is (188,174,177). Sum of RGB (Red+Green+Blue) = 188+174+177=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEB1 is #43514E. Grayscale: #B2B2B2. Windows color (decimal): -4411727 or 11644604. OLE color: 11644604.

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

Color convert

RGB 188 174 177 -
CMYK 0 0.07 0.06 0.26
HSL 347.14º 0.09% 0.71% -
HSV(B) 347.14º 0.07% 0.74% -
XYZ 43.81 44.14 47.81 -
YUV 178.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 188 174 177 0 0.07 0.06 0.26 347.14 0.09 0.71
Hex BC AE B1 0 7 6 1A 15B 9 47
Octal 274 256 261 0 7 6 32 533 11 107
Binary 10111100 10101110 10110001 0 111 110 11010 101011011 1001 1000111

Color Harmonies of #BCAEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEB1

Black with #BCAEB1

Text Example


Text Example

White with #BCAEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEB1; }

 p { color: rgb(188,174,177); }

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

background-color css

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

 a { background-color: rgb(188,174,177); }

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

border-color css

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

 span { border-color: rgb(188,174,177); }

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