#B0C8CE

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

Shades of Regent St Blue #B0C8CE

Tints of Regent St Blue #B0C8CE

Color information

#B0C8CE (or 0xB0C8CE) is unknown color: approx Regent St Blue. HEX triplet: B0, C8 and CE. RGB value is (176,200,206). Sum of RGB (Red+Green+Blue) = 176+200+206=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0C8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8CE is #4F3731. Grayscale: #C1C1C1. Windows color (decimal): -5191474 or 13551792. OLE color: 13551792.

HSL color Cylindrical-coordinate representation of color #B0C8CE: hue angle of 192º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0C8CE is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176200206-
CMYK0.150.0300.19
HSL192º23.44%74.9%-
HSV(B)192º14.56%80.78%-
XYZ49.754.9966.39-
YUV193.51135.05115.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.24%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=30.24%
G=34.36%
B=35.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762002060.150.0300.1919223.4474.9
HexB0C8CEF3013c0174b
Octal26031031617302330027113
Binary10110000110010001100111011111101001111000000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8CE; }

 p { color: rgb(176,200,206); }

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

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

 a { background-color: rgb(176,200,206); }

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

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

 span { border-color: rgb(176,200,206); }

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