Html Css Color HEX #B092CA Biloba Flower

📋 copy color: '#B092CA'

red 176 ◦ green 146 ◦ blue 202

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

Shades of Biloba Flower #B092CA

Tints of Biloba Flower #B092CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 33.59%
G = 27.86%
B = 38.55%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B092CA (or 0xB092CA) is known color: Biloba Flower. HEX triplet: B0, 92 and CA. RGB value is (176,146,202). Sum of RGB (Red+Green+Blue) = 176+146+202=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #B092CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092CA is #4F6D35. Grayscale: #A1A1A1. Windows color (decimal): -5205302 or 13275824. OLE color: 13275824.

HSL color Cylindrical-coordinate representation of color #B092CA: hue angle of 272.14º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B092CA is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 146 202 -
CMYK 0.13 0.28 0 0.21
HSL 272.14º 0.35% 0.68% -
HSV(B) 272.14º 0.28% 0.79% -
XYZ 38.84 34.05 60.4 -
YUV 161.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 176 146 202 0.13 0.28 0 0.21 272.14 0.35 0.68
Hex B0 92 CA D 1C 0 15 110 23 44
Octal 260 222 312 15 34 0 25 420 43 104
Binary 10110000 10010010 11001010 1101 11100 0 10101 100010000 100011 1000100

Color Harmonies of #B092CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B092CA

Black with #B092CA

Text Example


Text Example

White with #B092CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B092CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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