Html Css Color HEX #BBA4C7 Chatelle

📋 copy color: '#BBA4C7'

red 187 ◦ green 164 ◦ blue 199

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

Shades of Chatelle #BBA4C7

Tints of Chatelle #BBA4C7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.82%

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

R = 34%
G = 29.82%
B = 36.18%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBA4C7 (or 0xBBA4C7) is known color: Chatelle. HEX triplet: BB, A4 and C7. RGB value is (187,164,199). Sum of RGB (Red+Green+Blue) = 187+164+199=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 164 (64.45% from 255 or 29.82% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #BBA4C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4C7 is #445B38. Grayscale: #AEAEAE. Windows color (decimal): -4479801 or 13083835. OLE color: 13083835.

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

Color convert

RGB 187 164 199 -
CMYK 0.06 0.18 0 0.22
HSL 279.43º 0.24% 0.71% -
HSV(B) 279.43º 0.18% 0.78% -
XYZ 44.08 41.24 59.67 -
YUV 174.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 187 164 199 0.06 0.18 0 0.22 279.43 0.24 0.71
Hex BB A4 C7 6 12 0 16 117 18 47
Octal 273 244 307 6 22 0 26 427 30 107
Binary 10111011 10100100 11000111 110 10010 0 10110 100010111 11000 1000111

Color Harmonies of #BBA4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA4C7

Black with #BBA4C7

Text Example


Text Example

White with #BBA4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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