Html Css Color HEX #BBABC3 Chatelle

📋 copy color: '#BBABC3'

red 187 ◦ green 171 ◦ blue 195

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

Shades of Chatelle #BBABC3

Tints of Chatelle #BBABC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.26%

R = 33.82%
G = 30.92%
B = 35.26%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBABC3 (or 0xBBABC3) is known color: Chatelle. HEX triplet: BB, AB and C3. RGB value is (187,171,195). Sum of RGB (Red+Green+Blue) = 187+171+195=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBABC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC3 is #44543C. Grayscale: #B2B2B2. Windows color (decimal): -4478013 or 12823483. OLE color: 12823483.

HSL color Cylindrical-coordinate representation of color #BBABC3: hue angle of 280º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBABC3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 171 195 -
CMYK 0.04 0.12 0 0.24
HSL 280º 0.17% 0.72% -
HSV(B) 280º 0.12% 0.76% -
XYZ 44.91 43.63 57.68 -
YUV 178.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 187 171 195 0.04 0.12 0 0.24 280 0.17 0.72
Hex BB AB C3 4 C 0 18 118 11 48
Octal 273 253 303 4 14 0 30 430 21 110
Binary 10111011 10101011 11000011 100 1100 0 11000 100011000 10001 1001000

Color Harmonies of #BBABC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABC3

Black with #BBABC3

Text Example


Text Example

White with #BBABC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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