Html Css Color HEX #B898E6 Biloba Flower

📋 copy color: '#B898E6'

red 184 ◦ green 152 ◦ blue 230

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

Shades of Biloba Flower #B898E6

Tints of Biloba Flower #B898E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 32.51%
G = 26.86%
B = 40.64%

CMYK

 C value IS 0.2

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B898E6 (or 0xB898E6) is known color: Biloba Flower. HEX triplet: B8, 98 and E6. RGB value is (184,152,230). Sum of RGB (Red+Green+Blue) = 184+152+230=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #B898E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B898E6 is #476719. Grayscale: #AAAAAA. Windows color (decimal): -4679450 or 15112376. OLE color: 15112376.

HSL color Cylindrical-coordinate representation of color #B898E6: hue angle of 264.62º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B898E6 is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 152 230 -
CMYK 0.2 0.34 0 0.10
HSL 264.62º 0.61% 0.75% -
HSV(B) 264.62º 0.34% 0.9% -
XYZ 45.28 38.36 79.88 -
YUV 170.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 184 152 230 0.2 0.34 0 0.10 264.62 0.61 0.75
Hex B8 98 E6 14 22 0 A 109 3D 4B
Octal 270 230 346 24 42 0 12 411 75 113
Binary 10111000 10011000 11100110 10100 100010 0 1010 100001001 111101 1001011

Color Harmonies of #B898E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898E6

Black with #B898E6

Text Example


Text Example

White with #B898E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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