Html Css Color HEX #B898DA Biloba Flower

📋 copy color: '#B898DA'

red 184 ◦ green 152 ◦ blue 218

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

Shades of Biloba Flower #B898DA

Tints of Biloba Flower #B898DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 33.21%
G = 27.44%
B = 39.35%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B898DA (or 0xB898DA) is known color: Biloba Flower. HEX triplet: B8, 98 and DA. RGB value is (184,152,218). Sum of RGB (Red+Green+Blue) = 184+152+218=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #B898DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898DA is #476725. Grayscale: #A8A8A8. Windows color (decimal): -4679462 or 14325944. OLE color: 14325944.

HSL color Cylindrical-coordinate representation of color #B898DA: hue angle of 269.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B898DA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 152 218 -
CMYK 0.16 0.30 0 0.15
HSL 269.09º 0.47% 0.73% -
HSV(B) 269.09º 0.3% 0.85% -
XYZ 43.65 37.71 71.31 -
YUV 169.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 184 152 218 0.16 0.30 0 0.15 269.09 0.47 0.73
Hex B8 98 DA 10 1E 0 F 10D 2F 49
Octal 270 230 332 20 36 0 17 415 57 111
Binary 10111000 10011000 11011010 10000 11110 0 1111 100001101 101111 1001001

Color Harmonies of #B898DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898DA

Black with #B898DA

Text Example


Text Example

White with #B898DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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