Html Css Color HEX #B598D2 Biloba Flower

📋 copy color: '#B598D2'

red 181 ◦ green 152 ◦ blue 210

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

Shades of Biloba Flower #B598D2

Tints of Biloba Flower #B598D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 33.33%
G = 27.99%
B = 38.67%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B598D2 (or 0xB598D2) is known color: Biloba Flower. HEX triplet: B5, 98 and D2. RGB value is (181,152,210). Sum of RGB (Red+Green+Blue) = 181+152+210=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #B598D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598D2 is #4A672D. Grayscale: #A7A7A7. Windows color (decimal): -4876078 or 13801653. OLE color: 13801653.

HSL color Cylindrical-coordinate representation of color #B598D2: hue angle of 270º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B598D2 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 152 210 -
CMYK 0.14 0.28 0 0.18
HSL 270º 0.39% 0.71% -
HSV(B) 270º 0.28% 0.82% -
XYZ 41.92 36.93 65.89 -
YUV 167.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 181 152 210 0.14 0.28 0 0.18 270 0.39 0.71
Hex B5 98 D2 E 1C 0 12 10E 27 47
Octal 265 230 322 16 34 0 22 416 47 107
Binary 10110101 10011000 11010010 1110 11100 0 10010 100001110 100111 1000111

Color Harmonies of #B598D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B598D2

Black with #B598D2

Text Example


Text Example

White with #B598D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B598D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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