Html Css Color HEX #B899D0 Biloba Flower

📋 copy color: '#B899D0'

red 184 ◦ green 153 ◦ blue 208

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

Shades of Biloba Flower #B899D0

Tints of Biloba Flower #B899D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.17%

R = 33.76%
G = 28.07%
B = 38.17%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B899D0 (or 0xB899D0) is known color: Biloba Flower. HEX triplet: B8, 99 and D0. RGB value is (184,153,208). Sum of RGB (Red+Green+Blue) = 184+153+208=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #B899D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899D0 is #47662F. Grayscale: #A8A8A8. Windows color (decimal): -4679216 or 13670840. OLE color: 13670840.

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

Color convert

RGB 184 153 208 -
CMYK 0.12 0.26 0 0.18
HSL 273.82º 0.37% 0.71% -
HSV(B) 273.82º 0.26% 0.82% -
XYZ 42.54 37.53 64.68 -
YUV 168.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 184 153 208 0.12 0.26 0 0.18 273.82 0.37 0.71
Hex B8 99 D0 C 1A 0 12 112 25 47
Octal 270 231 320 14 32 0 22 422 45 107
Binary 10111000 10011001 11010000 1100 11010 0 10010 100010010 100101 1000111

Color Harmonies of #B899D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899D0

Black with #B899D0

Text Example


Text Example

White with #B899D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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