Html Css Color HEX #B092ED Biloba Flower

📋 copy color: '#B092ED'

red 176 ◦ green 146 ◦ blue 237

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

Shades of Biloba Flower #B092ED

Tints of Biloba Flower #B092ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 31.48%
G = 26.12%
B = 42.4%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B092ED (or 0xB092ED) is known color: Biloba Flower. HEX triplet: B0, 92 and ED. RGB value is (176,146,237). Sum of RGB (Red+Green+Blue) = 176+146+237=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #B092ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B092ED is #4F6D12. Grayscale: #A5A5A5. Windows color (decimal): -5205267 or 15569584. OLE color: 15569584.

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

Color convert

RGB 176 146 237 -
CMYK 0.26 0.38 0 0.07
HSL 259.78º 0.72% 0.75% -
HSV(B) 259.78º 0.38% 0.93% -
XYZ 43.47 35.9 84.76 -
YUV 165.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 176 146 237 0.26 0.38 0 0.07 259.78 0.72 0.75
Hex B0 92 ED 1A 26 0 7 104 48 4B
Octal 260 222 355 32 46 0 7 404 110 113
Binary 10110000 10010010 11101101 11010 100110 0 111 100000100 1001000 1001011

Color Harmonies of #B092ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B092ED

Black with #B092ED

Text Example


Text Example

White with #B092ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B092ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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