Html Css Color HEX #B1D3B4 Surf

📋 copy color: '#B1D3B4'

red 177 ◦ green 211 ◦ blue 180

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

Shades of Surf #B1D3B4

Tints of Surf #B1D3B4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.15%

 BLUE value IS 180 (70.7% from 255) = 31.69%

R = 31.16%
G = 37.15%
B = 31.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#B1D3B4 (or 0xB1D3B4) is known color: Surf. HEX triplet: B1, D3 and B4. RGB value is (177,211,180). Sum of RGB (Red+Green+Blue) = 177+211+180=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D3B4 is #4E2C4B. Grayscale: #C5C5C5. Windows color (decimal): -5123148 or 11850673. OLE color: 11850673.

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

Color convert

RGB 177 211 180 -
CMYK 0.16 0 0.15 0.17
HSL 125.29º 0.28% 0.76% -
HSV(B) 125.29º 0.16% 0.83% -
XYZ 49.66 59.23 52 -
YUV 197.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 177 211 180 0.16 0 0.15 0.17 125.29 0.28 0.76
Hex B1 D3 B4 10 0 F 11 7D 1C 4C
Octal 261 323 264 20 0 17 21 175 34 114
Binary 10110001 11010011 10110100 10000 0 1111 10001 1111101 11100 1001100

Color Harmonies of #B1D3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D3B4

Black with #B1D3B4

Text Example


Text Example

White with #B1D3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D3B4; }

 p { color: rgb(177,211,180); }

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

background-color css

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

 a { background-color: rgb(177,211,180); }

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

border-color css

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

 span { border-color: rgb(177,211,180); }

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