#B4CBD1

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

Shades of Regent St Blue #B4CBD1

Tints of Regent St Blue #B4CBD1

Color information

#B4CBD1 (or 0xB4CBD1) is unknown color: approx Regent St Blue. HEX triplet: B4, CB and D1. RGB value is (180,203,209). Sum of RGB (Red+Green+Blue) = 180+203+209=592 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.41% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBD1 is #4B342E. Grayscale: #C4C4C4. Windows color (decimal): -4928559 or 13749172. OLE color: 13749172.

HSL color Cylindrical-coordinate representation of color #B4CBD1: hue angle of 192.41º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4CBD1 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180203209-
CMYK0.140.0300.18
HSL192.41º23.97%76.27%-
HSV(B)192.41º13.88%81.96%-
XYZ51.6957.0268.6-
YUV196.81134.88116.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.41%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=30.41%
G=34.29%
B=35.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802032090.140.0300.18192.4123.9776.27
HexB4CBD1E3012c0184c
Octal26431332116302230030114
Binary10110100110010111101000111101101001011000000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBD1; }

 p { color: rgb(180,203,209); }

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

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

 a { background-color: rgb(180,203,209); }

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

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

 span { border-color: rgb(180,203,209); }

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