Html Css Color HEX #B092CB Biloba Flower

📋 copy color: '#B092CB'

red 176 ◦ green 146 ◦ blue 203

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

Shades of Biloba Flower #B092CB

Tints of Biloba Flower #B092CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 33.52%
G = 27.81%
B = 38.67%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B092CB (or 0xB092CB) is known color: Biloba Flower. HEX triplet: B0, 92 and CB. RGB value is (176,146,203). Sum of RGB (Red+Green+Blue) = 176+146+203=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B092CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B092CB is #4F6D34. Grayscale: #A1A1A1. Windows color (decimal): -5205301 or 13341360. OLE color: 13341360.

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

Color convert

RGB 176 146 203 -
CMYK 0.13 0.28 0 0.20
HSL 271.58º 0.35% 0.68% -
HSV(B) 271.58º 0.28% 0.8% -
XYZ 38.96 34.1 61.03 -
YUV 161.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 176 146 203 0.13 0.28 0 0.20 271.58 0.35 0.68
Hex B0 92 CB D 1C 0 14 110 23 44
Octal 260 222 313 15 34 0 24 420 43 104
Binary 10110000 10010010 11001011 1101 11100 0 10100 100010000 100011 1000100

Color Harmonies of #B092CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B092CB

Black with #B092CB

Text Example


Text Example

White with #B092CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B092CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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