Html Css Color HEX #B092DA Biloba Flower

📋 copy color: '#B092DA'

red 176 ◦ green 146 ◦ blue 218

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

Shades of Biloba Flower #B092DA

Tints of Biloba Flower #B092DA

RGB

 RED value IS 176 (69.14% from 255) = 32.59%

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 32.59%
G = 27.04%
B = 40.37%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B092DA (or 0xB092DA) is known color: Biloba Flower. HEX triplet: B0, 92 and DA. RGB value is (176,146,218). Sum of RGB (Red+Green+Blue) = 176+146+218=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #B092DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092DA is #4F6D25. Grayscale: #A2A2A2. Windows color (decimal): -5205286 or 14324400. OLE color: 14324400.

HSL color Cylindrical-coordinate representation of color #B092DA: hue angle of 265º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B092DA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 146 218 -
CMYK 0.19 0.33 0 0.15
HSL 265º 0.49% 0.71% -
HSV(B) 265º 0.33% 0.85% -
XYZ 40.84 34.85 70.9 -
YUV 163.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 176 146 218 0.19 0.33 0 0.15 265 0.49 0.71
Hex B0 92 DA 13 21 0 F 109 31 47
Octal 260 222 332 23 41 0 17 411 61 107
Binary 10110000 10010010 11011010 10011 100001 0 1111 100001001 110001 1000111

Color Harmonies of #B092DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B092DA

Black with #B092DA

Text Example


Text Example

White with #B092DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B092DA; }

 p { color: rgb(176,146,218); }

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

background-color css

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

 a { background-color: rgb(176,146,218); }

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

border-color css

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

 span { border-color: rgb(176,146,218); }

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