Html Css Color HEX #B4D8B5 Surf

📋 copy color: '#B4D8B5'

red 180 ◦ green 216 ◦ blue 181

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

Shades of Surf #B4D8B5

Tints of Surf #B4D8B5

RGB

 RED value IS 180 (70.7% from 255) = 31.2%

 GREEN value IS 216 (84.77% from 255) = 37.44%

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

R = 31.2%
G = 37.44%
B = 31.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#B4D8B5 (or 0xB4D8B5) is known color: Surf. HEX triplet: B4, D8 and B5. RGB value is (180,216,181). Sum of RGB (Red+Green+Blue) = 180+216+181=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D8B5 is #4B274A. Grayscale: #C9C9C9. Windows color (decimal): -4925259 or 11917492. OLE color: 11917492.

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

Color convert

RGB 180 216 181 -
CMYK 0.17 0 0.16 0.15
HSL 121.67º 0.32% 0.78% -
HSV(B) 121.67º 0.17% 0.85% -
XYZ 51.72 62.15 52.99 -
YUV 201.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 180 216 181 0.17 0 0.16 0.15 121.67 0.32 0.78
Hex B4 D8 B5 11 0 10 F 7A 20 4E
Octal 264 330 265 21 0 20 17 172 40 116
Binary 10110100 11011000 10110101 10001 0 10000 1111 1111010 100000 1001110

Color Harmonies of #B4D8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D8B5

Black with #B4D8B5

Text Example


Text Example

White with #B4D8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D8B5; }

 p { color: rgb(180,216,181); }

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

background-color css

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

 a { background-color: rgb(180,216,181); }

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

border-color css

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

 span { border-color: rgb(180,216,181); }

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