Html Css Color HEX #B3C9D0 Regent St Blue

📋 copy color: '#B3C9D0'

red 179 ◦ green 201 ◦ blue 208

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

Shades of Regent St Blue #B3C9D0

Tints of Regent St Blue #B3C9D0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.18%

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 30.44%
G = 34.18%
B = 35.37%

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

#B3C9D0 (or 0xB3C9D0) is known color: Regent St Blue. HEX triplet: B3, C9 and D0. RGB value is (179,201,208). Sum of RGB (Red+Green+Blue) = 179+201+208=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3C9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C9D0 is #4C362F. Grayscale: #C3C3C3. Windows color (decimal): -4994608 or 13683123. OLE color: 13683123.

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

Color convert

RGB 179 201 208 -
CMYK 0.14 0.03 0 0.18
HSL 194.48º 0.24% 0.76% -
HSV(B) 194.48º 0.14% 0.82% -
XYZ 50.86 55.91 67.79 -
YUV 195.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 179 201 208 0.14 0.03 0 0.18 194.48 0.24 0.76
Hex B3 C9 D0 E 3 0 12 C2 18 4C
Octal 263 311 320 16 3 0 22 302 30 114
Binary 10110011 11001001 11010000 1110 11 0 10010 11000010 11000 1001100

Color Harmonies of #B3C9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C9D0

Black with #B3C9D0

Text Example


Text Example

White with #B3C9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C9D0; }

 p { color: rgb(179,201,208); }

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

background-color css

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

 a { background-color: rgb(179,201,208); }

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

border-color css

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

 span { border-color: rgb(179,201,208); }

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