Html Css Color HEX #BBAAC4 Chatelle

📋 copy color: '#BBAAC4'

red 187 ◦ green 170 ◦ blue 196

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

Shades of Chatelle #BBAAC4

Tints of Chatelle #BBAAC4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.74%

 BLUE value IS 196 (76.95% from 255) = 35.44%

R = 33.82%
G = 30.74%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBAAC4 (or 0xBBAAC4) is known color: Chatelle. HEX triplet: BB, AA and C4. RGB value is (187,170,196). Sum of RGB (Red+Green+Blue) = 187+170+196=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBAAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC4 is #44553B. Grayscale: #B1B1B1. Windows color (decimal): -4478268 or 12888763. OLE color: 12888763.

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

Color convert

RGB 187 170 196 -
CMYK 0.05 0.13 0 0.23
HSL 279.23º 0.18% 0.72% -
HSV(B) 279.23º 0.13% 0.77% -
XYZ 44.83 43.3 58.22 -
YUV 178.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 187 170 196 0.05 0.13 0 0.23 279.23 0.18 0.72
Hex BB AA C4 5 D 0 17 117 12 48
Octal 273 252 304 5 15 0 27 427 22 110
Binary 10111011 10101010 11000100 101 1101 0 10111 100010111 10010 1001000

Color Harmonies of #BBAAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAC4

Black with #BBAAC4

Text Example


Text Example

White with #BBAAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAC4; }

 p { color: rgb(187,170,196); }

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

background-color css

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

 a { background-color: rgb(187,170,196); }

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

border-color css

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

 span { border-color: rgb(187,170,196); }

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