Html Css Color HEX #BBACC3 Chatelle

📋 copy color: '#BBACC3'

red 187 ◦ green 172 ◦ blue 195

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

Shades of Chatelle #BBACC3

Tints of Chatelle #BBACC3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.05%

 BLUE value IS 195 (76.56% from 255) = 35.2%

R = 33.75%
G = 31.05%
B = 35.2%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBACC3 (or 0xBBACC3) is known color: Chatelle. HEX triplet: BB, AC and C3. RGB value is (187,172,195). Sum of RGB (Red+Green+Blue) = 187+172+195=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #BBACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC3 is #44533C. Grayscale: #B3B3B3. Windows color (decimal): -4477757 or 12823739. OLE color: 12823739.

HSL color Cylindrical-coordinate representation of color #BBACC3: hue angle of 279.13º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBACC3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 172 195 -
CMYK 0.04 0.12 0 0.24
HSL 279.13º 0.16% 0.72% -
HSV(B) 279.13º 0.12% 0.76% -
XYZ 45.1 44.01 57.75 -
YUV 179.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 187 172 195 0.04 0.12 0 0.24 279.13 0.16 0.72
Hex BB AC C3 4 C 0 18 117 10 48
Octal 273 254 303 4 14 0 30 427 20 110
Binary 10111011 10101100 11000011 100 1100 0 11000 100010111 10000 1001000

Color Harmonies of #BBACC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACC3

Black with #BBACC3

Text Example


Text Example

White with #BBACC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACC3; }

 p { color: rgb(187,172,195); }

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

background-color css

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

 a { background-color: rgb(187,172,195); }

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

border-color css

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

 span { border-color: rgb(187,172,195); }

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