Html Css Color HEX #B598CE Biloba Flower

📋 copy color: '#B598CE'

red 181 ◦ green 152 ◦ blue 206

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

Shades of Biloba Flower #B598CE

Tints of Biloba Flower #B598CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.2%

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 33.58%
G = 28.2%
B = 38.22%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B598CE (or 0xB598CE) is known color: Biloba Flower. HEX triplet: B5, 98 and CE. RGB value is (181,152,206). Sum of RGB (Red+Green+Blue) = 181+152+206=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B598CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598CE is #4A6731. Grayscale: #A6A6A6. Windows color (decimal): -4876082 or 13539509. OLE color: 13539509.

HSL color Cylindrical-coordinate representation of color #B598CE: hue angle of 272.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B598CE is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 152 206 -
CMYK 0.12 0.26 0 0.19
HSL 272.22º 0.36% 0.7% -
HSV(B) 272.22º 0.26% 0.81% -
XYZ 41.42 36.74 63.3 -
YUV 166.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 181 152 206 0.12 0.26 0 0.19 272.22 0.36 0.7
Hex B5 98 CE C 1A 0 13 110 24 46
Octal 265 230 316 14 32 0 23 420 44 106
Binary 10110101 10011000 11001110 1100 11010 0 10011 100010000 100100 1000110

Color Harmonies of #B598CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B598CE

Black with #B598CE

Text Example


Text Example

White with #B598CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B598CE; }

 p { color: rgb(181,152,206); }

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

background-color css

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

 a { background-color: rgb(181,152,206); }

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

border-color css

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

 span { border-color: rgb(181,152,206); }

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