#BBADC1

Color #BBADC1 Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #BBADC1

Tints of Chatelle #BBADC1

Color information

#BBADC1 (or 0xBBADC1) is unknown color: approx Chatelle. HEX triplet: BB, AD and C1. RGB value is (187,173,193). Sum of RGB (Red+Green+Blue) = 187+173+193=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC1 is #44523E. Grayscale: #B3B3B3. Windows color (decimal): -4477503 or 12692923. OLE color: 12692923.

HSL color Cylindrical-coordinate representation of color #BBADC1: hue angle of 282º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBADC1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187173193-
CMYK0.030.1000.24
HSL282º13.89%71.76%-
HSV(B)282º10.36%75.69%-
XYZ45.0644.356.63-
YUV179.47135.64133.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=33.82%
G=31.28%
B=34.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871731930.030.1000.2428213.8971.76
HexBBADC13A01811ae48
Octal27325530131203043216110
Binary10111011101011011100000111101001100010001101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADC1; }

 p { color: rgb(187,173,193); }

 H1.HeaderClassName
 {
   color: #BBADC1;
 }
 .AnyTagClassName
 {
   color: #BBADC1;
 }
</style>
background-color css

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

 a { background-color: rgb(187,173,193); }

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

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

 span { border-color: rgb(187,173,193); }

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