#91BECA

Color #91BECA Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #91BECA

Tints of Regent St Blue #91BECA

Color information

#91BECA (or 0x91BECA) is unknown color: approx Regent St Blue. HEX triplet: 91, BE and CA. RGB value is (145,190,202). Sum of RGB (Red+Green+Blue) = 145+190+202=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #91BECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BECA is #6E4135. Grayscale: #B1B1B1. Windows color (decimal): -7225654 or 13287057. OLE color: 13287057.

HSL color Cylindrical-coordinate representation of color #91BECA: hue angle of 192.63º 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 #91BECA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB145190202-
CMYK0.280.0600.21
HSL192.63º34.97%68.04%-
HSV(B)192.63º28.22%79.22%-
XYZ40.7547.1162.82-
YUV177.91141.59104.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=27.00%
G=35.38%
B=37.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451902020.280.0600.21192.6334.9768.04
Hex91BECA1C6015c12344
Octal22127631234602530143104
Binary10010001101111101100101011100110010101110000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91BECA; }

 p { color: rgb(145,190,202); }

 H1.HeaderClassName
 {
   color: #91BECA;
 }
 .AnyTagClassName
 {
   color: #91BECA;
 }
</style>
background-color css

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

 a { background-color: rgb(145,190,202); }

 div.DivClassName
 {
   background-color: #91BECA;
 }
 .BgClassName
 {
   background-color: #91BECA;
 }
</style>
border-color css

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

 span { border-color: rgb(145,190,202); }

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