#B3CAD0

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

Shades of Regent St Blue #B3CAD0

Tints of Regent St Blue #B3CAD0

Color information

#B3CAD0 (or 0xB3CAD0) is unknown color: approx Regent St Blue. HEX triplet: B3, CA and D0. RGB value is (179,202,208). Sum of RGB (Red+Green+Blue) = 179+202+208=589 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.39% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 208 (81.64% from 255 or 35.31% from 589); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CAD0 is #4C352F. Grayscale: #C3C3C3. Windows color (decimal): -4994352 or 13683379. OLE color: 13683379.

HSL color Cylindrical-coordinate representation of color #B3CAD0: hue angle of 192.41º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3CAD0 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB179202208-
CMYK0.140.0300.18
HSL192.41º23.58%75.88%-
HSV(B)192.41º13.94%81.57%-
XYZ51.156.3867.86-
YUV195.81134.88116.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.39%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 208 (81.64% from 255) = 35.31%
R=30.39%
G=34.30%
B=35.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792022080.140.0300.18192.4123.5875.88
HexB3CAD0E3012c0184c
Octal26331232016302230030114
Binary10110011110010101101000011101101001011000000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CAD0; }

 p { color: rgb(179,202,208); }

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

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

 a { background-color: rgb(179,202,208); }

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

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

 span { border-color: rgb(179,202,208); }

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