Html Css Color HEX #BB969A Careys Pink

📋 copy color: '#BB969A'

red 187 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #BB969A

Tints of Careys Pink #BB969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.55%

 BLUE value IS 154 (60.55% from 255) = 31.36%

R = 38.09%
G = 30.55%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB969A (or 0xBB969A) is known color: Careys Pink. HEX triplet: BB, 96 and 9A. RGB value is (187,150,154). Sum of RGB (Red+Green+Blue) = 187+150+154=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB969A is #446965. Grayscale: #A1A1A1. Windows color (decimal): -4483430 or 10131131. OLE color: 10131131.

HSL color Cylindrical-coordinate representation of color #BB969A: hue angle of 353.51º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB969A is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 154 -
CMYK 0 0.20 0.18 0.27
HSL 353.51º 0.21% 0.66% -
HSV(B) 353.51º 0.2% 0.73% -
XYZ 37.23 34.71 35.31 -
YUV 161.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 187 150 154 0 0.20 0.18 0.27 353.51 0.21 0.66
Hex BB 96 9A 0 14 12 1B 162 15 42
Octal 273 226 232 0 24 22 33 542 25 102
Binary 10111011 10010110 10011010 0 10100 10010 11011 101100010 10101 1000010

Color Harmonies of #BB969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB969A

Black with #BB969A

Text Example


Text Example

White with #BB969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB969A; }

 p { color: rgb(187,150,154); }

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

background-color css

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

 a { background-color: rgb(187,150,154); }

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

border-color css

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

 span { border-color: rgb(187,150,154); }

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