Html Css Color HEX #B599CC Biloba Flower

📋 copy color: '#B599CC'

red 181 ◦ green 153 ◦ blue 204

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

Shades of Biloba Flower #B599CC

Tints of Biloba Flower #B599CC

RGB

 RED value IS 181 (71.09% from 255) = 33.64%

 GREEN value IS 153 (60.16% from 255) = 28.44%

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 33.64%
G = 28.44%
B = 37.92%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B599CC (or 0xB599CC) is known color: Biloba Flower. HEX triplet: B5, 99 and CC. RGB value is (181,153,204). Sum of RGB (Red+Green+Blue) = 181+153+204=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #B599CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599CC is #4A6633. Grayscale: #A7A7A7. Windows color (decimal): -4875828 or 13408693. OLE color: 13408693.

HSL color Cylindrical-coordinate representation of color #B599CC: hue angle of 272.94º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B599CC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 153 204 -
CMYK 0.11 0.25 0 0.2
HSL 272.94º 0.33% 0.7% -
HSV(B) 272.94º 0.25% 0.8% -
XYZ 41.35 36.97 62.08 -
YUV 167.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 181 153 204 0.11 0.25 0 0.2 272.94 0.33 0.7
Hex B5 99 CC B 19 0 14 111 21 46
Octal 265 231 314 13 31 0 24 421 41 106
Binary 10110101 10011001 11001100 1011 11001 0 10100 100010001 100001 1000110

Color Harmonies of #B599CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B599CC

Black with #B599CC

Text Example


Text Example

White with #B599CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B599CC; }

 p { color: rgb(181,153,204); }

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

background-color css

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

 a { background-color: rgb(181,153,204); }

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

border-color css

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

 span { border-color: rgb(181,153,204); }

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