Html Css Color HEX #B898D1 Biloba Flower

📋 copy color: '#B898D1'

red 184 ◦ green 152 ◦ blue 209

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

Shades of Biloba Flower #B898D1

Tints of Biloba Flower #B898D1

RGB

 RED value IS 184 (72.27% from 255) = 33.76%

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

 BLUE value IS 209 (82.03% from 255) = 38.35%

R = 33.76%
G = 27.89%
B = 38.35%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B898D1 (or 0xB898D1) is known color: Biloba Flower. HEX triplet: B8, 98 and D1. RGB value is (184,152,209). Sum of RGB (Red+Green+Blue) = 184+152+209=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #B898D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898D1 is #47672E. Grayscale: #A7A7A7. Windows color (decimal): -4679471 or 13736120. OLE color: 13736120.

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

Color convert

RGB 184 152 209 -
CMYK 0.12 0.27 0 0.18
HSL 273.68º 0.38% 0.71% -
HSV(B) 273.68º 0.27% 0.82% -
XYZ 42.5 37.25 65.27 -
YUV 168.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 184 152 209 0.12 0.27 0 0.18 273.68 0.38 0.71
Hex B8 98 D1 C 1B 0 12 112 26 47
Octal 270 230 321 14 33 0 22 422 46 107
Binary 10111000 10011000 11010001 1100 11011 0 10010 100010010 100110 1000111

Color Harmonies of #B898D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898D1

Black with #B898D1

Text Example


Text Example

White with #B898D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898D1; }

 p { color: rgb(184,152,209); }

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

background-color css

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

 a { background-color: rgb(184,152,209); }

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

border-color css

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

 span { border-color: rgb(184,152,209); }

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