Html Css Color HEX #B99CC4 Chatelle

📋 copy color: '#B99CC4'

red 185 ◦ green 156 ◦ blue 196

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

Shades of Chatelle #B99CC4

Tints of Chatelle #B99CC4

RGB

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

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

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

R = 34.45%
G = 29.05%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B99CC4 (or 0xB99CC4) is known color: Chatelle. HEX triplet: B9, 9C and C4. RGB value is (185,156,196). Sum of RGB (Red+Green+Blue) = 185+156+196=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #B99CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CC4 is #46633B. Grayscale: #A9A9A9. Windows color (decimal): -4612924 or 12885177. OLE color: 12885177.

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

Color convert

RGB 185 156 196 -
CMYK 0.06 0.20 0 0.23
HSL 283.5º 0.25% 0.69% -
HSV(B) 283.5º 0.2% 0.77% -
XYZ 41.86 38.08 57.37 -
YUV 169.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 185 156 196 0.06 0.20 0 0.23 283.5 0.25 0.69
Hex B9 9C C4 6 14 0 17 11C 19 45
Octal 271 234 304 6 24 0 27 434 31 105
Binary 10111001 10011100 11000100 110 10100 0 10111 100011100 11001 1000101

Color Harmonies of #B99CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99CC4

Black with #B99CC4

Text Example


Text Example

White with #B99CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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