Html Css Color HEX #B99BC4 Chatelle

📋 copy color: '#B99BC4'

red 185 ◦ green 155 ◦ blue 196

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

Shades of Chatelle #B99BC4

Tints of Chatelle #B99BC4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.92%

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 34.51%
G = 28.92%
B = 36.57%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B99BC4 (or 0xB99BC4) is known color: Chatelle. HEX triplet: B9, 9B and C4. RGB value is (185,155,196). Sum of RGB (Red+Green+Blue) = 185+155+196=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #B99BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BC4 is #46643B. Grayscale: #A8A8A8. Windows color (decimal): -4613180 or 12884921. OLE color: 12884921.

HSL color Cylindrical-coordinate representation of color #B99BC4: hue angle of 283.9º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B99BC4 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 155 196 -
CMYK 0.06 0.21 0 0.23
HSL 283.9º 0.26% 0.69% -
HSV(B) 283.9º 0.21% 0.77% -
XYZ 41.69 37.74 57.31 -
YUV 168.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 185 155 196 0.06 0.21 0 0.23 283.9 0.26 0.69
Hex B9 9B C4 6 15 0 17 11C 1A 45
Octal 271 233 304 6 25 0 27 434 32 105
Binary 10111001 10011011 11000100 110 10101 0 10111 100011100 11010 1000101

Color Harmonies of #B99BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BC4

Black with #B99BC4

Text Example


Text Example

White with #B99BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BC4; }

 p { color: rgb(185,155,196); }

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

background-color css

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

 a { background-color: rgb(185,155,196); }

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

border-color css

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

 span { border-color: rgb(185,155,196); }

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