Html Css Color HEX #B3CFD4 Regent St Blue

📋 copy color: '#B3CFD4'

red 179 ◦ green 207 ◦ blue 212

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

Shades of Regent St Blue #B3CFD4

Tints of Regent St Blue #B3CFD4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.62%

 BLUE value IS 212 (83.2% from 255) = 35.45%

R = 29.93%
G = 34.62%
B = 35.45%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B3CFD4 (or 0xB3CFD4) is known color: Regent St Blue. HEX triplet: B3, CF and D4. RGB value is (179,207,212). Sum of RGB (Red+Green+Blue) = 179+207+212=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 212 - color contains mainly: blue. Hex color #B3CFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFD4 is #4C302B. Grayscale: #C7C7C7. Windows color (decimal): -4993068 or 13946803. OLE color: 13946803.

HSL color Cylindrical-coordinate representation of color #B3CFD4: hue angle of 189.09º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3CFD4 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 179 207 212 -
CMYK 0.16 0.02 0 0.17
HSL 189.09º 0.28% 0.77% -
HSV(B) 189.09º 0.16% 0.83% -
XYZ 52.79 58.96 70.89 -
YUV 199.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 179 207 212 0.16 0.02 0 0.17 189.09 0.28 0.77
Hex B3 CF D4 10 2 0 11 BD 1C 4D
Octal 263 317 324 20 2 0 21 275 34 115
Binary 10110011 11001111 11010100 10000 10 0 10001 10111101 11100 1001101

Color Harmonies of #B3CFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CFD4

Black with #B3CFD4

Text Example


Text Example

White with #B3CFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CFD4; }

 p { color: rgb(179,207,212); }

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

background-color css

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

 a { background-color: rgb(179,207,212); }

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

border-color css

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

 span { border-color: rgb(179,207,212); }

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