Html Css Color HEX #B1CED5 Regent St Blue

📋 copy color: '#B1CED5'

red 177 ◦ green 206 ◦ blue 213

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

Shades of Regent St Blue #B1CED5

Tints of Regent St Blue #B1CED5

RGB

 RED value IS 177 (69.53% from 255) = 29.7%

 GREEN value IS 206 (80.86% from 255) = 34.56%

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 29.7%
G = 34.56%
B = 35.74%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B1CED5 (or 0xB1CED5) is known color: Regent St Blue. HEX triplet: B1, CE and D5. RGB value is (177,206,213). Sum of RGB (Red+Green+Blue) = 177+206+213=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CED5 is #4E312A. Grayscale: #C6C6C6. Windows color (decimal): -5124395 or 14012081. OLE color: 14012081.

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

Color convert

RGB 177 206 213 -
CMYK 0.17 0.03 0 0.16
HSL 191.67º 0.3% 0.76% -
HSV(B) 191.67º 0.17% 0.84% -
XYZ 52.21 58.29 71.45 -
YUV 198.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 177 206 213 0.17 0.03 0 0.16 191.67 0.3 0.76
Hex B1 CE D5 11 3 0 10 C0 1E 4C
Octal 261 316 325 21 3 0 20 300 36 114
Binary 10110001 11001110 11010101 10001 11 0 10000 11000000 11110 1001100

Color Harmonies of #B1CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CED5

Black with #B1CED5

Text Example


Text Example

White with #B1CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CED5; }

 p { color: rgb(177,206,213); }

 H1.HeaderClassName
 {
   color: #B1CED5;
 }
 .AnyTagClassName
 {
   color: #B1CED5;
 }
</style>

background-color css

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

 a { background-color: rgb(177,206,213); }

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

border-color css

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

 span { border-color: rgb(177,206,213); }

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