Html Css Color HEX #B498BB Chatelle

📋 copy color: '#B498BB'

red 180 ◦ green 152 ◦ blue 187

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

Shades of Chatelle #B498BB

Tints of Chatelle #B498BB

RGB

 RED value IS 180 (70.7% from 255) = 34.68%

 GREEN value IS 152 (59.77% from 255) = 29.29%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 34.68%
G = 29.29%
B = 36.03%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B498BB (or 0xB498BB) is known color: Chatelle. HEX triplet: B4, 98 and BB. RGB value is (180,152,187). Sum of RGB (Red+Green+Blue) = 180+152+187=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #B498BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498BB is #4B6744. Grayscale: #A4A4A4. Windows color (decimal): -4941637 or 12294324. OLE color: 12294324.

HSL color Cylindrical-coordinate representation of color #B498BB: hue angle of 288º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B498BB is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 152 187 -
CMYK 0.04 0.19 0 0.27
HSL 288º 0.2% 0.66% -
HSV(B) 288º 0.19% 0.73% -
XYZ 39.02 35.75 51.86 -
YUV 164.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 180 152 187 0.04 0.19 0 0.27 288 0.2 0.66
Hex B4 98 BB 4 13 0 1B 120 14 42
Octal 264 230 273 4 23 0 33 440 24 102
Binary 10110100 10011000 10111011 100 10011 0 11011 100100000 10100 1000010

Color Harmonies of #B498BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498BB

Black with #B498BB

Text Example


Text Example

White with #B498BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498BB; }

 p { color: rgb(180,152,187); }

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

background-color css

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

 a { background-color: rgb(180,152,187); }

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

border-color css

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

 span { border-color: rgb(180,152,187); }

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