Html Css Color HEX #B894DD Biloba Flower

📋 copy color: '#B894DD'

red 184 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #B894DD

Tints of Biloba Flower #B894DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 33.27%
G = 26.76%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B894DD (or 0xB894DD) is known color: Biloba Flower. HEX triplet: B8, 94 and DD. RGB value is (184,148,221). Sum of RGB (Red+Green+Blue) = 184+148+221=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B894DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894DD is #476B22. Grayscale: #A6A6A6. Windows color (decimal): -4680483 or 14521528. OLE color: 14521528.

HSL color Cylindrical-coordinate representation of color #B894DD: hue angle of 269.59º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B894DD is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 148 221 -
CMYK 0.17 0.33 0 0.13
HSL 269.59º 0.52% 0.72% -
HSV(B) 269.59º 0.33% 0.87% -
XYZ 43.41 36.59 73.18 -
YUV 167.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 184 148 221 0.17 0.33 0 0.13 269.59 0.52 0.72
Hex B8 94 DD 11 21 0 D 10E 34 48
Octal 270 224 335 21 41 0 15 416 64 110
Binary 10111000 10010100 11011101 10001 100001 0 1101 100001110 110100 1001000

Color Harmonies of #B894DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B894DD

Black with #B894DD

Text Example


Text Example

White with #B894DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B894DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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