#B0CCD1

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

Shades of Regent St Blue #B0CCD1

Tints of Regent St Blue #B0CCD1

Color information

#B0CCD1 (or 0xB0CCD1) is unknown color: approx Regent St Blue. HEX triplet: B0, CC and D1. RGB value is (176,204,209). Sum of RGB (Red+Green+Blue) = 176+204+209=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0CCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCD1 is #4F332E. Grayscale: #C4C4C4. Windows color (decimal): -5190447 or 13749424. OLE color: 13749424.

HSL color Cylindrical-coordinate representation of color #B0CCD1: hue angle of 189.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0CCD1 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176204209-
CMYK0.160.0200.18
HSL189.09º26.4%75.49%-
HSV(B)189.09º15.79%81.96%-
XYZ51.0157.0268.64-
YUV196.2135.22113.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=29.88%
G=34.63%
B=35.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762042090.160.0200.18189.0926.475.49
HexB0CCD1102012bd1a4b
Octal26031432120202227532113
Binary101100001100110011010001100001001001010111101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCD1; }

 p { color: rgb(176,204,209); }

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

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

 a { background-color: rgb(176,204,209); }

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

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

 span { border-color: rgb(176,204,209); }

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