Html Css Color HEX #B899D8 Biloba Flower

📋 copy color: '#B899D8'

red 184 ◦ green 153 ◦ blue 216

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

Shades of Biloba Flower #B899D8

Tints of Biloba Flower #B899D8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.67%

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 33.27%
G = 27.67%
B = 39.06%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B899D8 (or 0xB899D8) is known color: Biloba Flower. HEX triplet: B8, 99 and D8. RGB value is (184,153,216). Sum of RGB (Red+Green+Blue) = 184+153+216=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #B899D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899D8 is #476627. Grayscale: #A9A9A9. Windows color (decimal): -4679208 or 14195128. OLE color: 14195128.

HSL color Cylindrical-coordinate representation of color #B899D8: hue angle of 269.52º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B899D8 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 153 216 -
CMYK 0.15 0.29 0 0.15
HSL 269.52º 0.45% 0.72% -
HSV(B) 269.52º 0.29% 0.85% -
XYZ 43.55 37.93 69.99 -
YUV 169.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 184 153 216 0.15 0.29 0 0.15 269.52 0.45 0.72
Hex B8 99 D8 F 1D 0 F 10E 2D 48
Octal 270 231 330 17 35 0 17 416 55 110
Binary 10111000 10011001 11011000 1111 11101 0 1111 100001110 101101 1001000

Color Harmonies of #B899D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899D8

Black with #B899D8

Text Example


Text Example

White with #B899D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899D8; }

 p { color: rgb(184,153,216); }

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

background-color css

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

 a { background-color: rgb(184,153,216); }

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

border-color css

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

 span { border-color: rgb(184,153,216); }

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