Html Css Color HEX #BBA9C5 Chatelle

📋 copy color: '#BBA9C5'

red 187 ◦ green 169 ◦ blue 197

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

Shades of Chatelle #BBA9C5

Tints of Chatelle #BBA9C5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.56%

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

R = 33.82%
G = 30.56%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBA9C5 (or 0xBBA9C5) is known color: Chatelle. HEX triplet: BB, A9 and C5. RGB value is (187,169,197). Sum of RGB (Red+Green+Blue) = 187+169+197=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBA9C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C5 is #44563A. Grayscale: #B1B1B1. Windows color (decimal): -4478523 or 12954043. OLE color: 12954043.

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

Color convert

RGB 187 169 197 -
CMYK 0.05 0.14 0 0.23
HSL 278.57º 0.19% 0.72% -
HSV(B) 278.57º 0.14% 0.77% -
XYZ 44.76 42.97 58.76 -
YUV 177.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 187 169 197 0.05 0.14 0 0.23 278.57 0.19 0.72
Hex BB A9 C5 5 E 0 17 117 13 48
Octal 273 251 305 5 16 0 27 427 23 110
Binary 10111011 10101001 11000101 101 1110 0 10111 100010111 10011 1001000

Color Harmonies of #BBA9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9C5

Black with #BBA9C5

Text Example


Text Example

White with #BBA9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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