Html Css Color HEX #B1D4B5 Surf

📋 copy color: '#B1D4B5'

red 177 ◦ green 212 ◦ blue 181

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

Shades of Surf #B1D4B5

Tints of Surf #B1D4B5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 31.05%
G = 37.19%
B = 31.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.17

RGB Variations

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

Color information

#B1D4B5 (or 0xB1D4B5) is known color: Surf. HEX triplet: B1, D4 and B5. RGB value is (177,212,181). Sum of RGB (Red+Green+Blue) = 177+212+181=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D4B5 is #4E2B4A. Grayscale: #C6C6C6. Windows color (decimal): -5122891 or 11916465. OLE color: 11916465.

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

Color convert

RGB 177 212 181 -
CMYK 0.17 0 0.15 0.17
HSL 126.86º 0.29% 0.76% -
HSV(B) 126.86º 0.17% 0.83% -
XYZ 50.02 59.77 52.62 -
YUV 198 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 177 212 181 0.17 0 0.15 0.17 126.86 0.29 0.76
Hex B1 D4 B5 11 0 F 11 7F 1D 4C
Octal 261 324 265 21 0 17 21 177 35 114
Binary 10110001 11010100 10110101 10001 0 1111 10001 1111111 11101 1001100

Color Harmonies of #B1D4B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D4B5

Black with #B1D4B5

Text Example


Text Example

White with #B1D4B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D4B5; }

 p { color: rgb(177,212,181); }

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

background-color css

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

 a { background-color: rgb(177,212,181); }

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

border-color css

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

 span { border-color: rgb(177,212,181); }

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