Html Css Color HEX #BBABC5 Chatelle

📋 copy color: '#BBABC5'

red 187 ◦ green 171 ◦ blue 197

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

Shades of Chatelle #BBABC5

Tints of Chatelle #BBABC5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.81%

 BLUE value IS 197 (77.34% from 255) = 35.5%

R = 33.69%
G = 30.81%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBABC5 (or 0xBBABC5) is known color: Chatelle. HEX triplet: BB, AB and C5. RGB value is (187,171,197). Sum of RGB (Red+Green+Blue) = 187+171+197=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC5 is #44543A. Grayscale: #B2B2B2. Windows color (decimal): -4478011 or 12954555. OLE color: 12954555.

HSL color Cylindrical-coordinate representation of color #BBABC5: hue angle of 276.92º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBABC5 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 171 197 -
CMYK 0.05 0.13 0 0.23
HSL 276.92º 0.18% 0.72% -
HSV(B) 276.92º 0.13% 0.77% -
XYZ 45.13 43.72 58.88 -
YUV 178.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 187 171 197 0.05 0.13 0 0.23 276.92 0.18 0.72
Hex BB AB C5 5 D 0 17 115 12 48
Octal 273 253 305 5 15 0 27 425 22 110
Binary 10111011 10101011 11000101 101 1101 0 10111 100010101 10010 1001000

Color Harmonies of #BBABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABC5

Black with #BBABC5

Text Example


Text Example

White with #BBABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABC5; }

 p { color: rgb(187,171,197); }

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

background-color css

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

 a { background-color: rgb(187,171,197); }

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

border-color css

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

 span { border-color: rgb(187,171,197); }

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