Html Css Color HEX #B0C8CE Regent St Blue

📋 copy color: '#B0C8CE'

red 176 ◦ green 200 ◦ blue 206

#B0C8CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #B0C8CE

Tints of Regent St Blue #B0C8CE

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.4%

R = 30.24%
G = 34.36%
B = 35.4%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0C8CE (or 0xB0C8CE) is known color: 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

RGB 176 200 206 -
CMYK 0.15 0.03 0 0.19
HSL 192º 0.23% 0.75% -
HSV(B) 192º 0.15% 0.81% -
XYZ 49.7 54.99 66.39 -
YUV 193.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 176 200 206 0.15 0.03 0 0.19 192 0.23 0.75
Hex B0 C8 CE F 3 0 13 C0 17 4B
Octal 260 310 316 17 3 0 23 300 27 113
Binary 10110000 11001000 11001110 1111 11 0 10011 11000000 10111 1001011

Color Harmonies of #B0C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C8CE

Black with #B0C8CE

Text Example


Text Example

White with #B0C8CE

Text Example


Text Example

HTML Codes & Css Web 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>