Html Css Color HEX #BCAEB0 Careys Pink

📋 copy color: '#BCAEB0'

red 188 ◦ green 174 ◦ blue 176

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

Shades of Careys Pink #BCAEB0

Tints of Careys Pink #BCAEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.71%

R = 34.94%
G = 32.34%
B = 32.71%

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

#BCAEB0 (or 0xBCAEB0) is known color: Careys Pink. HEX triplet: BC, AE and B0. RGB value is (188,174,176). Sum of RGB (Red+Green+Blue) = 188+174+176=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAEB0 is #43514F. Grayscale: #B2B2B2. Windows color (decimal): -4411728 or 11579068. OLE color: 11579068.

HSL color Cylindrical-coordinate representation of color #BCAEB0: hue angle of 351.43º 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 #BCAEB0 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 174 176 -
CMYK 0 0.07 0.06 0.26
HSL 351.43º 0.09% 0.71% -
HSV(B) 351.43º 0.07% 0.74% -
XYZ 43.71 44.1 47.28 -
YUV 178.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 188 174 176 0 0.07 0.06 0.26 351.43 0.09 0.71
Hex BC AE B0 0 7 6 1A 15F 9 47
Octal 274 256 260 0 7 6 32 537 11 107
Binary 10111100 10101110 10110000 0 111 110 11010 101011111 1001 1000111

Color Harmonies of #BCAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAEB0

Black with #BCAEB0

Text Example


Text Example

White with #BCAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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