Html Css Color HEX #B099B4 Chatelle

📋 copy color: '#B099B4'

red 176 ◦ green 153 ◦ blue 180

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

Shades of Chatelle #B099B4

Tints of Chatelle #B099B4

RGB

 RED value IS 176 (69.14% from 255) = 34.58%

 GREEN value IS 153 (60.16% from 255) = 30.06%

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 34.58%
G = 30.06%
B = 35.36%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B099B4 (or 0xB099B4) is known color: Chatelle. HEX triplet: B0, 99 and B4. RGB value is (176,153,180). Sum of RGB (Red+Green+Blue) = 176+153+180=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #B099B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099B4 is #4F664B. Grayscale: #A2A2A2. Windows color (decimal): -5203532 or 11835824. OLE color: 11835824.

HSL color Cylindrical-coordinate representation of color #B099B4: hue angle of 291.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B099B4 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 153 180 -
CMYK 0.02 0.15 0 0.29
HSL 291.11º 0.15% 0.65% -
HSV(B) 291.11º 0.15% 0.71% -
XYZ 37.53 35.31 48.02 -
YUV 162.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 176 153 180 0.02 0.15 0 0.29 291.11 0.15 0.65
Hex B0 99 B4 2 F 0 1D 123 F 41
Octal 260 231 264 2 17 0 35 443 17 101
Binary 10110000 10011001 10110100 10 1111 0 11101 100100011 1111 1000001

Color Harmonies of #B099B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099B4

Black with #B099B4

Text Example


Text Example

White with #B099B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099B4; }

 p { color: rgb(176,153,180); }

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

background-color css

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

 a { background-color: rgb(176,153,180); }

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

border-color css

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

 span { border-color: rgb(176,153,180); }

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