Html Css Color HEX #B899CE Biloba Flower

📋 copy color: '#B899CE'

red 184 ◦ green 153 ◦ blue 206

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

Shades of Biloba Flower #B899CE

Tints of Biloba Flower #B899CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 33.89%
G = 28.18%
B = 37.94%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B899CE (or 0xB899CE) is known color: Biloba Flower. HEX triplet: B8, 99 and CE. RGB value is (184,153,206). Sum of RGB (Red+Green+Blue) = 184+153+206=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #B899CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899CE is #476631. Grayscale: #A8A8A8. Windows color (decimal): -4679218 or 13539768. OLE color: 13539768.

HSL color Cylindrical-coordinate representation of color #B899CE: hue angle of 275.09º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B899CE is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 153 206 -
CMYK 0.11 0.26 0 0.19
HSL 275.09º 0.35% 0.7% -
HSV(B) 275.09º 0.26% 0.81% -
XYZ 42.3 37.43 63.39 -
YUV 168.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 184 153 206 0.11 0.26 0 0.19 275.09 0.35 0.7
Hex B8 99 CE B 1A 0 13 113 23 46
Octal 270 231 316 13 32 0 23 423 43 106
Binary 10111000 10011001 11001110 1011 11010 0 10011 100010011 100011 1000110

Color Harmonies of #B899CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899CE

Black with #B899CE

Text Example


Text Example

White with #B899CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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