Html Css Color HEX #BBA9C6 Chatelle

📋 copy color: '#BBA9C6'

red 187 ◦ green 169 ◦ blue 198

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

Shades of Chatelle #BBA9C6

Tints of Chatelle #BBA9C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.74%

R = 33.75%
G = 30.51%
B = 35.74%

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

#BBA9C6 (or 0xBBA9C6) is known color: Chatelle. HEX triplet: BB, A9 and C6. RGB value is (187,169,198). Sum of RGB (Red+Green+Blue) = 187+169+198=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9C6 is #445639. Grayscale: #B1B1B1. Windows color (decimal): -4478522 or 13019579. OLE color: 13019579.

HSL color Cylindrical-coordinate representation of color #BBA9C6: hue angle of 277.24º degrees, saturation: 0.2, 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 #BBA9C6 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 169 198 -
CMYK 0.06 0.15 0 0.22
HSL 277.24º 0.2% 0.72% -
HSV(B) 277.24º 0.15% 0.78% -
XYZ 44.87 43.02 59.36 -
YUV 177.69 139.46 134.64 -
System Red Green Blue C M Y K H S L
Decimal 187 169 198 0.06 0.15 0 0.22 277.24 0.2 0.72
Hex BB A9 C6 6 F 0 16 115 14 48
Octal 273 251 306 6 17 0 26 425 24 110
Binary 10111011 10101001 11000110 110 1111 0 10110 100010101 10100 1001000

Color Harmonies of #BBA9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9C6

Black with #BBA9C6

Text Example


Text Example

White with #BBA9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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