Html Css Color HEX #B398CE Biloba Flower

📋 copy color: '#B398CE'

red 179 ◦ green 152 ◦ blue 206

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

Shades of Biloba Flower #B398CE

Tints of Biloba Flower #B398CE

RGB

 RED value IS 179 (70.31% from 255) = 33.33%

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

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

R = 33.33%
G = 28.31%
B = 38.36%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B398CE (or 0xB398CE) is known color: Biloba Flower. HEX triplet: B3, 98 and CE. RGB value is (179,152,206). Sum of RGB (Red+Green+Blue) = 179+152+206=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B398CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398CE is #4C6731. Grayscale: #A6A6A6. Windows color (decimal): -5007154 or 13539507. OLE color: 13539507.

HSL color Cylindrical-coordinate representation of color #B398CE: hue angle of 270º 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 #B398CE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 152 206 -
CMYK 0.13 0.26 0 0.19
HSL 270º 0.36% 0.7% -
HSV(B) 270º 0.26% 0.81% -
XYZ 40.96 36.5 63.28 -
YUV 166.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 179 152 206 0.13 0.26 0 0.19 270 0.36 0.7
Hex B3 98 CE D 1A 0 13 10E 24 46
Octal 263 230 316 15 32 0 23 416 44 106
Binary 10110011 10011000 11001110 1101 11010 0 10011 100001110 100100 1000110

Color Harmonies of #B398CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398CE

Black with #B398CE

Text Example


Text Example

White with #B398CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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