Html Css Color HEX #B898CF Biloba Flower

📋 copy color: '#B898CF'

red 184 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #B898CF

Tints of Biloba Flower #B898CF

RGB

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

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

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

R = 33.89%
G = 27.99%
B = 38.12%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B898CF (or 0xB898CF) is known color: Biloba Flower. HEX triplet: B8, 98 and CF. RGB value is (184,152,207). Sum of RGB (Red+Green+Blue) = 184+152+207=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #B898CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898CF is #476730. Grayscale: #A7A7A7. Windows color (decimal): -4679473 or 13605048. OLE color: 13605048.

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

Color convert

RGB 184 152 207 -
CMYK 0.11 0.27 0 0.19
HSL 274.91º 0.36% 0.7% -
HSV(B) 274.91º 0.27% 0.81% -
XYZ 42.26 37.15 63.98 -
YUV 167.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 184 152 207 0.11 0.27 0 0.19 274.91 0.36 0.7
Hex B8 98 CF B 1B 0 13 113 24 46
Octal 270 230 317 13 33 0 23 423 44 106
Binary 10111000 10011000 11001111 1011 11011 0 10011 100010011 100100 1000110

Color Harmonies of #B898CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898CF

Black with #B898CF

Text Example


Text Example

White with #B898CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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