Html Css Color HEX #B894EC Biloba Flower

📋 copy color: '#B894EC'

red 184 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #B894EC

Tints of Biloba Flower #B894EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.06%

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 32.39%
G = 26.06%
B = 41.55%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B894EC (or 0xB894EC) is known color: Biloba Flower. HEX triplet: B8, 94 and EC. RGB value is (184,148,236). Sum of RGB (Red+Green+Blue) = 184+148+236=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B894EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B894EC is #476B13. Grayscale: #A8A8A8. Windows color (decimal): -4680468 or 15504568. OLE color: 15504568.

HSL color Cylindrical-coordinate representation of color #B894EC: hue angle of 264.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B894EC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 148 236 -
CMYK 0.22 0.37 0 0.07
HSL 264.55º 0.7% 0.75% -
HSV(B) 264.55º 0.37% 0.93% -
XYZ 45.5 37.43 84.18 -
YUV 168.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 184 148 236 0.22 0.37 0 0.07 264.55 0.7 0.75
Hex B8 94 EC 16 25 0 7 109 46 4B
Octal 270 224 354 26 45 0 7 411 106 113
Binary 10111000 10010100 11101100 10110 100101 0 111 100001001 1000110 1001011

Color Harmonies of #B894EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B894EC

Black with #B894EC

Text Example


Text Example

White with #B894EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B894EC; }

 p { color: rgb(184,148,236); }

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

background-color css

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

 a { background-color: rgb(184,148,236); }

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

border-color css

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

 span { border-color: rgb(184,148,236); }

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