Html Css Color HEX #BBA9C7 Chatelle

📋 copy color: '#BBA9C7'

red 187 ◦ green 169 ◦ blue 199

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

Shades of Chatelle #BBA9C7

Tints of Chatelle #BBA9C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.86%

R = 33.69%
G = 30.45%
B = 35.86%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBA9C7 (or 0xBBA9C7) is known color: Chatelle. HEX triplet: BB, A9 and C7. RGB value is (187,169,199). Sum of RGB (Red+Green+Blue) = 187+169+199=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBA9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C7 is #445638. Grayscale: #B1B1B1. Windows color (decimal): -4478521 or 13085115. OLE color: 13085115.

HSL color Cylindrical-coordinate representation of color #BBA9C7: hue angle of 276º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA9C7 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 169 199 -
CMYK 0.06 0.15 0 0.22
HSL 276º 0.21% 0.72% -
HSV(B) 276º 0.15% 0.78% -
XYZ 44.99 43.06 59.97 -
YUV 177.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 187 169 199 0.06 0.15 0 0.22 276 0.21 0.72
Hex BB A9 C7 6 F 0 16 114 15 48
Octal 273 251 307 6 17 0 26 424 25 110
Binary 10111011 10101001 11000111 110 1111 0 10110 100010100 10101 1001000

Color Harmonies of #BBA9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9C7

Black with #BBA9C7

Text Example


Text Example

White with #BBA9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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