#B0CBD2

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

Shades of Regent St Blue #B0CBD2

Tints of Regent St Blue #B0CBD2

Color information

#B0CBD2 (or 0xB0CBD2) is unknown color: approx Regent St Blue. HEX triplet: B0, CB and D2. RGB value is (176,203,210). Sum of RGB (Red+Green+Blue) = 176+203+210=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #B0CBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBD2 is #4F342D. Grayscale: #C3C3C3. Windows color (decimal): -5190702 or 13814704. OLE color: 13814704.

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

Color convert

RGB176203210-
CMYK0.160.0300.18
HSL192.35º27.42%75.69%-
HSV(B)192.35º16.19%82.35%-
XYZ50.8956.669.21-
YUV195.72136.05113.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=29.88%
G=34.47%
B=35.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762032100.160.0300.18192.3527.4275.69
HexB0CBD2103012c01b4c
Octal26031332220302230033114
Binary101100001100101111010010100001101001011000000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBD2; }

 p { color: rgb(176,203,210); }

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

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

 a { background-color: rgb(176,203,210); }

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

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

 span { border-color: rgb(176,203,210); }

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