Html Css Color HEX #B992DE Biloba Flower

📋 copy color: '#B992DE'

red 185 ◦ green 146 ◦ blue 222

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

Shades of Biloba Flower #B992DE

Tints of Biloba Flower #B992DE

RGB

 RED value IS 185 (72.66% from 255) = 33.45%

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 33.45%
G = 26.4%
B = 40.14%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B992DE (or 0xB992DE) is known color: Biloba Flower. HEX triplet: B9, 92 and DE. RGB value is (185,146,222). Sum of RGB (Red+Green+Blue) = 185+146+222=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #B992DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B992DE is #466D21. Grayscale: #A6A6A6. Windows color (decimal): -4615458 or 14586553. OLE color: 14586553.

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

Color convert

RGB 185 146 222 -
CMYK 0.17 0.34 0 0.13
HSL 270.79º 0.54% 0.72% -
HSV(B) 270.79º 0.34% 0.87% -
XYZ 43.47 36.15 73.79 -
YUV 166.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 185 146 222 0.17 0.34 0 0.13 270.79 0.54 0.72
Hex B9 92 DE 11 22 0 D 10F 36 48
Octal 271 222 336 21 42 0 15 417 66 110
Binary 10111001 10010010 11011110 10001 100010 0 1101 100001111 110110 1001000

Color Harmonies of #B992DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B992DE

Black with #B992DE

Text Example


Text Example

White with #B992DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B992DE; }

 p { color: rgb(185,146,222); }

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

background-color css

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

 a { background-color: rgb(185,146,222); }

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

border-color css

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

 span { border-color: rgb(185,146,222); }

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