#B5CDD3

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

Shades of Regent St Blue #B5CDD3

Tints of Regent St Blue #B5CDD3

Color information

#B5CDD3 (or 0xB5CDD3) is unknown color: approx Regent St Blue. HEX triplet: B5, CD and D3. RGB value is (181,205,211). Sum of RGB (Red+Green+Blue) = 181+205+211=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #B5CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDD3 is #4A322C. Grayscale: #C6C6C6. Windows color (decimal): -4862509 or 13880757. OLE color: 13880757.

HSL color Cylindrical-coordinate representation of color #B5CDD3: hue angle of 192º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5CDD3 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181205211-
CMYK0.140.0300.17
HSL192º25.42%76.86%-
HSV(B)192º14.22%82.75%-
XYZ52.6558.1970.09-
YUV198.51135.05115.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=30.32%
G=34.34%
B=35.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1812052110.140.0300.1719225.4276.86
HexB5CDD3E3011c0194d
Octal26531532316302130031115
Binary10110101110011011101001111101101000111000000110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDD3; }

 p { color: rgb(181,205,211); }

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

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

 a { background-color: rgb(181,205,211); }

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

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

 span { border-color: rgb(181,205,211); }

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