Html Css Color HEX #B898DD Biloba Flower

📋 copy color: '#B898DD'

red 184 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #B898DD

Tints of Biloba Flower #B898DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 33.03%
G = 27.29%
B = 39.68%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B898DD (or 0xB898DD) is known color: Biloba Flower. HEX triplet: B8, 98 and DD. RGB value is (184,152,221). Sum of RGB (Red+Green+Blue) = 184+152+221=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B898DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898DD is #476722. Grayscale: #A9A9A9. Windows color (decimal): -4679459 or 14522552. OLE color: 14522552.

HSL color Cylindrical-coordinate representation of color #B898DD: hue angle of 267.83º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B898DD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 152 221 -
CMYK 0.17 0.31 0 0.13
HSL 267.83º 0.5% 0.73% -
HSV(B) 267.83º 0.31% 0.87% -
XYZ 44.05 37.87 73.39 -
YUV 169.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 184 152 221 0.17 0.31 0 0.13 267.83 0.5 0.73
Hex B8 98 DD 11 1F 0 D 10C 32 49
Octal 270 230 335 21 37 0 15 414 62 111
Binary 10111000 10011000 11011101 10001 11111 0 1101 100001100 110010 1001001

Color Harmonies of #B898DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898DD

Black with #B898DD

Text Example


Text Example

White with #B898DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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