Html Css Color HEX #B99CC6 Chatelle

📋 copy color: '#B99CC6'

red 185 ◦ green 156 ◦ blue 198

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

Shades of Chatelle #B99CC6

Tints of Chatelle #B99CC6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.94%

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

R = 34.32%
G = 28.94%
B = 36.73%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B99CC6 (or 0xB99CC6) is known color: Chatelle. HEX triplet: B9, 9C and C6. RGB value is (185,156,198). Sum of RGB (Red+Green+Blue) = 185+156+198=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #B99CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CC6 is #466339. Grayscale: #A9A9A9. Windows color (decimal): -4612922 or 13016249. OLE color: 13016249.

HSL color Cylindrical-coordinate representation of color #B99CC6: hue angle of 281.43º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99CC6 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 156 198 -
CMYK 0.07 0.21 0 0.22
HSL 281.43º 0.27% 0.69% -
HSV(B) 281.43º 0.21% 0.78% -
XYZ 42.09 38.17 58.57 -
YUV 169.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 185 156 198 0.07 0.21 0 0.22 281.43 0.27 0.69
Hex B9 9C C6 7 15 0 16 119 1B 45
Octal 271 234 306 7 25 0 26 431 33 105
Binary 10111001 10011100 11000110 111 10101 0 10110 100011001 11011 1000101

Color Harmonies of #B99CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CC6

Black with #B99CC6

Text Example


Text Example

White with #B99CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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