Html Css Color HEX #BBACC4 Chatelle

📋 copy color: '#BBACC4'

red 187 ◦ green 172 ◦ blue 196

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

Shades of Chatelle #BBACC4

Tints of Chatelle #BBACC4

RGB

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

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

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

R = 33.69%
G = 30.99%
B = 35.32%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BBACC4 (or 0xBBACC4) is known color: Chatelle. HEX triplet: BB, AC and C4. RGB value is (187,172,196). Sum of RGB (Red+Green+Blue) = 187+172+196=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC4 is #44533B. Grayscale: #B3B3B3. Windows color (decimal): -4477756 or 12889275. OLE color: 12889275.

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

Color convert

RGB 187 172 196 -
CMYK 0.05 0.12 0 0.23
HSL 277.5º 0.17% 0.72% -
HSV(B) 277.5º 0.12% 0.77% -
XYZ 45.21 44.06 58.35 -
YUV 179.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 187 172 196 0.05 0.12 0 0.23 277.5 0.17 0.72
Hex BB AC C4 5 C 0 17 116 11 48
Octal 273 254 304 5 14 0 27 426 21 110
Binary 10111011 10101100 11000100 101 1100 0 10111 100010110 10001 1001000

Color Harmonies of #BBACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACC4

Black with #BBACC4

Text Example


Text Example

White with #BBACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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