#B0C8CF

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

Shades of Regent St Blue #B0C8CF

Tints of Regent St Blue #B0C8CF

Color information

#B0C8CF (or 0xB0C8CF) is unknown color: approx Regent St Blue. HEX triplet: B0, C8 and CF. RGB value is (176,200,207). Sum of RGB (Red+Green+Blue) = 176+200+207=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0C8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8CF is #4F3730. Grayscale: #C1C1C1. Windows color (decimal): -5191473 or 13617328. OLE color: 13617328.

HSL color Cylindrical-coordinate representation of color #B0C8CF: hue angle of 193.55º degrees, saturation: 0.24, 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 #B0C8CF is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176200207-
CMYK0.150.0300.19
HSL193.55º24.41%75.1%-
HSV(B)193.55º14.98%81.18%-
XYZ49.8255.0467.03-
YUV193.62135.55115.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.19%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=30.19%
G=34.31%
B=35.51%

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
Decimal1762002070.150.0300.19193.5524.4175.1
HexB0C8CFF3013c2184b
Octal26031031717302330230113
Binary10110000110010001100111111111101001111000010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8CF; }

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

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

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

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

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

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

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

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