Html Css Color HEX #B892DC Biloba Flower

📋 copy color: '#B892DC'

red 184 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #B892DC

Tints of Biloba Flower #B892DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.55%

 BLUE value IS 220 (86.33% from 255) = 40%

R = 33.45%
G = 26.55%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B892DC (or 0xB892DC) is known color: Biloba Flower. HEX triplet: B8, 92 and DC. RGB value is (184,146,220). Sum of RGB (Red+Green+Blue) = 184+146+220=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B892DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892DC is #476D23. Grayscale: #A5A5A5. Windows color (decimal): -4680996 or 14455480. OLE color: 14455480.

HSL color Cylindrical-coordinate representation of color #B892DC: hue angle of 270.81º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B892DC is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 146 220 -
CMYK 0.16 0.34 0 0.14
HSL 270.81º 0.51% 0.72% -
HSV(B) 270.81º 0.34% 0.86% -
XYZ 42.96 35.92 72.38 -
YUV 165.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 184 146 220 0.16 0.34 0 0.14 270.81 0.51 0.72
Hex B8 92 DC 10 22 0 E 10F 33 48
Octal 270 222 334 20 42 0 16 417 63 110
Binary 10111000 10010010 11011100 10000 100010 0 1110 100001111 110011 1001000

Color Harmonies of #B892DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B892DC

Black with #B892DC

Text Example


Text Example

White with #B892DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B892DC; }

 p { color: rgb(184,146,220); }

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

background-color css

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

 a { background-color: rgb(184,146,220); }

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

border-color css

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

 span { border-color: rgb(184,146,220); }

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