Html Css Color HEX #BBA3C5 Chatelle

📋 copy color: '#BBA3C5'

red 187 ◦ green 163 ◦ blue 197

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

Shades of Chatelle #BBA3C5

Tints of Chatelle #BBA3C5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.8%

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

R = 34.19%
G = 29.8%
B = 36.01%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBA3C5 (or 0xBBA3C5) is known color: Chatelle. HEX triplet: BB, A3 and C5. RGB value is (187,163,197). Sum of RGB (Red+Green+Blue) = 187+163+197=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBA3C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3C5 is #445C3A. Grayscale: #ADADAD. Windows color (decimal): -4480059 or 12952507. OLE color: 12952507.

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

Color convert

RGB 187 163 197 -
CMYK 0.05 0.17 0 0.23
HSL 282.35º 0.23% 0.71% -
HSV(B) 282.35º 0.17% 0.77% -
XYZ 43.67 40.79 58.4 -
YUV 174.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 187 163 197 0.05 0.17 0 0.23 282.35 0.23 0.71
Hex BB A3 C5 5 11 0 17 11A 17 47
Octal 273 243 305 5 21 0 27 432 27 107
Binary 10111011 10100011 11000101 101 10001 0 10111 100011010 10111 1000111

Color Harmonies of #BBA3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA3C5

Black with #BBA3C5

Text Example


Text Example

White with #BBA3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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