Html Css Color HEX #B899CF Biloba Flower

📋 copy color: '#B899CF'

red 184 ◦ green 153 ◦ blue 207

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

Shades of Biloba Flower #B899CF

Tints of Biloba Flower #B899CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 33.82%
G = 28.13%
B = 38.05%

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

#B899CF (or 0xB899CF) is known color: Biloba Flower. HEX triplet: B8, 99 and CF. RGB value is (184,153,207). Sum of RGB (Red+Green+Blue) = 184+153+207=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #B899CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B899CF is #476630. Grayscale: #A8A8A8. Windows color (decimal): -4679217 or 13605304. OLE color: 13605304.

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

Color convert

RGB 184 153 207 -
CMYK 0.11 0.26 0 0.19
HSL 274.44º 0.36% 0.71% -
HSV(B) 274.44º 0.26% 0.81% -
XYZ 42.42 37.48 64.03 -
YUV 168.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 184 153 207 0.11 0.26 0 0.19 274.44 0.36 0.71
Hex B8 99 CF B 1A 0 13 112 24 47
Octal 270 231 317 13 32 0 23 422 44 107
Binary 10111000 10011001 11001111 1011 11010 0 10011 100010010 100100 1000111

Color Harmonies of #B899CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899CF

Black with #B899CF

Text Example


Text Example

White with #B899CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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