Html Css Color HEX #B3CBD1 Regent St Blue

📋 copy color: '#B3CBD1'

red 179 ◦ green 203 ◦ blue 209

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

Shades of Regent St Blue #B3CBD1

Tints of Regent St Blue #B3CBD1

RGB

 RED value IS 179 (70.31% from 255) = 30.29%

 GREEN value IS 203 (79.69% from 255) = 34.35%

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 30.29%
G = 34.35%
B = 35.36%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B3CBD1 (or 0xB3CBD1) is known color: Regent St Blue. HEX triplet: B3, CB and D1. RGB value is (179,203,209). Sum of RGB (Red+Green+Blue) = 179+203+209=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #B3CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CBD1 is #4C342E. Grayscale: #C4C4C4. Windows color (decimal): -4994095 or 13749171. OLE color: 13749171.

HSL color Cylindrical-coordinate representation of color #B3CBD1: hue angle of 192º degrees, saturation: 0.25, 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 #B3CBD1 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 203 209 -
CMYK 0.14 0.03 0 0.18
HSL 192º 0.25% 0.76% -
HSV(B) 192º 0.14% 0.82% -
XYZ 51.45 56.9 68.59 -
YUV 196.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 179 203 209 0.14 0.03 0 0.18 192 0.25 0.76
Hex B3 CB D1 E 3 0 12 C0 19 4C
Octal 263 313 321 16 3 0 22 300 31 114
Binary 10110011 11001011 11010001 1110 11 0 10010 11000000 11001 1001100

Color Harmonies of #B3CBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CBD1

Black with #B3CBD1

Text Example


Text Example

White with #B3CBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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