Html Css Color HEX #BBA6C6 Chatelle

📋 copy color: '#BBA6C6'

red 187 ◦ green 166 ◦ blue 198

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

Shades of Chatelle #BBA6C6

Tints of Chatelle #BBA6C6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.13%

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

R = 33.94%
G = 30.13%
B = 35.93%

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

#BBA6C6 (or 0xBBA6C6) is known color: Chatelle. HEX triplet: BB, A6 and C6. RGB value is (187,166,198). Sum of RGB (Red+Green+Blue) = 187+166+198=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBA6C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6C6 is #445939. Grayscale: #AFAFAF. Windows color (decimal): -4479290 or 13018811. OLE color: 13018811.

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

Color convert

RGB 187 166 198 -
CMYK 0.06 0.16 0 0.22
HSL 279.38º 0.22% 0.71% -
HSV(B) 279.38º 0.16% 0.78% -
XYZ 44.32 41.91 59.18 -
YUV 175.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 187 166 198 0.06 0.16 0 0.22 279.38 0.22 0.71
Hex BB A6 C6 6 10 0 16 117 16 47
Octal 273 246 306 6 20 0 26 427 26 107
Binary 10111011 10100110 11000110 110 10000 0 10110 100010111 10110 1000111

Color Harmonies of #BBA6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6C6

Black with #BBA6C6

Text Example


Text Example

White with #BBA6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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