#96BECD

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

Shades of Regent St Blue #96BECD

Tints of Regent St Blue #96BECD

Color information

#96BECD (or 0x96BECD) is unknown color: approx Regent St Blue. HEX triplet: 96, BE and CD. RGB value is (150,190,205). Sum of RGB (Red+Green+Blue) = 150+190+205=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #96BECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BECD is #694132. Grayscale: #B3B3B3. Windows color (decimal): -6897971 or 13483670. OLE color: 13483670.

HSL color Cylindrical-coordinate representation of color #96BECD: hue angle of 196.36º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96BECD is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150190205-
CMYK0.270.0700.20
HSL196.36º35.48%69.61%-
HSV(B)196.36º26.83%80.39%-
XYZ42.0147.7264.75-
YUV179.75142.25106.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=27.52%
G=34.86%
B=37.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501902050.270.0700.20196.3635.4869.61
Hex96BECD1B7014c42346
Octal22627631533702430443106
Binary10010110101111101100110111011111010100110001001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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