Html Css Color HEX #BBA7C6 Chatelle

📋 copy color: '#BBA7C6'

red 187 ◦ green 167 ◦ blue 198

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

Shades of Chatelle #BBA7C6

Tints of Chatelle #BBA7C6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.25%

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

R = 33.88%
G = 30.25%
B = 35.87%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBA7C6 (or 0xBBA7C6) is known color: Chatelle. HEX triplet: BB, A7 and C6. RGB value is (187,167,198). Sum of RGB (Red+Green+Blue) = 187+167+198=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA7C6 is #445839. Grayscale: #B0B0B0. Windows color (decimal): -4479034 or 13019067. OLE color: 13019067.

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

Color convert

RGB 187 167 198 -
CMYK 0.06 0.16 0 0.22
HSL 278.71º 0.21% 0.72% -
HSV(B) 278.71º 0.16% 0.78% -
XYZ 44.51 42.28 59.24 -
YUV 176.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 187 167 198 0.06 0.16 0 0.22 278.71 0.21 0.72
Hex BB A7 C6 6 10 0 16 117 15 48
Octal 273 247 306 6 20 0 26 427 25 110
Binary 10111011 10100111 11000110 110 10000 0 10110 100010111 10101 1001000

Color Harmonies of #BBA7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7C6

Black with #BBA7C6

Text Example


Text Example

White with #BBA7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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