Html Css Color HEX #BB9294 Careys Pink

📋 copy color: '#BB9294'

red 187 ◦ green 146 ◦ blue 148

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

Shades of Careys Pink #BB9294

Tints of Careys Pink #BB9294

RGB

 RED value IS 187 (73.44% from 255) = 38.88%

 GREEN value IS 146 (57.42% from 255) = 30.35%

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 38.88%
G = 30.35%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB9294 (or 0xBB9294) is known color: Careys Pink. HEX triplet: BB, 92 and 94. RGB value is (187,146,148). Sum of RGB (Red+Green+Blue) = 187+146+148=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9294 is #446D6B. Grayscale: #9E9E9E. Windows color (decimal): -4484460 or 9736891. OLE color: 9736891.

HSL color Cylindrical-coordinate representation of color #BB9294: hue angle of 357.07º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9294 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 146 148 -
CMYK 0 0.22 0.21 0.27
HSL 357.07º 0.23% 0.65% -
HSV(B) 357.07º 0.22% 0.73% -
XYZ 36.12 33.26 32.53 -
YUV 158.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 187 146 148 0 0.22 0.21 0.27 357.07 0.23 0.65
Hex BB 92 94 0 16 15 1B 165 17 41
Octal 273 222 224 0 26 25 33 545 27 101
Binary 10111011 10010010 10010100 0 10110 10101 11011 101100101 10111 1000001

Color Harmonies of #BB9294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9294

Black with #BB9294

Text Example


Text Example

White with #BB9294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9294; }

 p { color: rgb(187,146,148); }

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

background-color css

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

 a { background-color: rgb(187,146,148); }

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

border-color css

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

 span { border-color: rgb(187,146,148); }

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