Html Css Color HEX #B1CDD5 Regent St Blue

📋 copy color: '#B1CDD5'

red 177 ◦ green 205 ◦ blue 213

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

Shades of Regent St Blue #B1CDD5

Tints of Regent St Blue #B1CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.45%

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

R = 29.75%
G = 34.45%
B = 35.8%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B1CDD5 (or 0xB1CDD5) is known color: Regent St Blue. HEX triplet: B1, CD and D5. RGB value is (177,205,213). Sum of RGB (Red+Green+Blue) = 177+205+213=595 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.75% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 213 - color contains mainly: blue. Hex color #B1CDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDD5 is #4E322A. Grayscale: #C5C5C5. Windows color (decimal): -5124651 or 14011825. OLE color: 14011825.

HSL color Cylindrical-coordinate representation of color #B1CDD5: hue angle of 193.33º 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 #B1CDD5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 205 213 -
CMYK 0.17 0.04 0 0.16
HSL 193.33º 0.3% 0.76% -
HSV(B) 193.33º 0.17% 0.84% -
XYZ 51.97 57.81 71.37 -
YUV 197.54 136.72 113.35 -
System Red Green Blue C M Y K H S L
Decimal 177 205 213 0.17 0.04 0 0.16 193.33 0.3 0.76
Hex B1 CD D5 11 4 0 10 C1 1E 4C
Octal 261 315 325 21 4 0 20 301 36 114
Binary 10110001 11001101 11010101 10001 100 0 10000 11000001 11110 1001100

Color Harmonies of #B1CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDD5

Black with #B1CDD5

Text Example


Text Example

White with #B1CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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