#96BECE

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

Shades of Regent St Blue #96BECE

Tints of Regent St Blue #96BECE

Color information

#96BECE (or 0x96BECE) is unknown color: approx Regent St Blue. HEX triplet: 96, BE and CE. RGB value is (150,190,206). Sum of RGB (Red+Green+Blue) = 150+190+206=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #96BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BECE is #694131. Grayscale: #B3B3B3. Windows color (decimal): -6897970 or 13549206. OLE color: 13549206.

HSL color Cylindrical-coordinate representation of color #96BECE: hue angle of 197.14º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BECE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150190206-
CMYK0.270.0800.19
HSL197.14º36.36%69.8%-
HSV(B)197.14º27.18%80.78%-
XYZ42.1347.7765.39-
YUV179.86142.75106.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=27.47%
G=34.80%
B=37.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501902060.270.0800.19197.1436.3669.8
Hex96BECE1B8013c52446
Octal226276316331002330544106
Binary100101101011111011001110110111000010011110001011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BECE; }

 p { color: rgb(150,190,206); }

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

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

 a { background-color: rgb(150,190,206); }

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

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

 span { border-color: rgb(150,190,206); }

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