Html Css Color HEX #B99EC6 Chatelle

📋 copy color: '#B99EC6'

red 185 ◦ green 158 ◦ blue 198

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

Shades of Chatelle #B99EC6

Tints of Chatelle #B99EC6

RGB

 RED value IS 185 (72.66% from 255) = 34.2%

 GREEN value IS 158 (62.11% from 255) = 29.21%

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 34.2%
G = 29.21%
B = 36.6%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B99EC6 (or 0xB99EC6) is known color: Chatelle. HEX triplet: B9, 9E and C6. RGB value is (185,158,198). Sum of RGB (Red+Green+Blue) = 185+158+198=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #B99EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EC6 is #466139. Grayscale: #AAAAAA. Windows color (decimal): -4612410 or 13016761. OLE color: 13016761.

HSL color Cylindrical-coordinate representation of color #B99EC6: hue angle of 280.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B99EC6 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 158 198 -
CMYK 0.07 0.20 0 0.22
HSL 280.5º 0.26% 0.7% -
HSV(B) 280.5º 0.2% 0.78% -
XYZ 42.43 38.85 58.69 -
YUV 170.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 185 158 198 0.07 0.20 0 0.22 280.5 0.26 0.7
Hex B9 9E C6 7 14 0 16 118 1A 46
Octal 271 236 306 7 24 0 26 430 32 106
Binary 10111001 10011110 11000110 111 10100 0 10110 100011000 11010 1000110

Color Harmonies of #B99EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EC6

Black with #B99EC6

Text Example


Text Example

White with #B99EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EC6; }

 p { color: rgb(185,158,198); }

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

background-color css

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

 a { background-color: rgb(185,158,198); }

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

border-color css

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

 span { border-color: rgb(185,158,198); }

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