Html Css Color HEX #B4D7B9 Surf

📋 copy color: '#B4D7B9'

red 180 ◦ green 215 ◦ blue 185

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

Shades of Surf #B4D7B9

Tints of Surf #B4D7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.07%

 BLUE value IS 185 (72.66% from 255) = 31.9%

R = 31.03%
G = 37.07%
B = 31.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#B4D7B9 (or 0xB4D7B9) is known color: Surf. HEX triplet: B4, D7 and B9. RGB value is (180,215,185). Sum of RGB (Red+Green+Blue) = 180+215+185=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7B9 is #4B2846. Grayscale: #C9C9C9. Windows color (decimal): -4925511 or 12179380. OLE color: 12179380.

HSL color Cylindrical-coordinate representation of color #B4D7B9: hue angle of 128.57º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D7B9 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 185 -
CMYK 0.16 0 0.14 0.16
HSL 128.57º 0.3% 0.77% -
HSV(B) 128.57º 0.16% 0.84% -
XYZ 51.88 61.81 55.09 -
YUV 201.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 180 215 185 0.16 0 0.14 0.16 128.57 0.3 0.77
Hex B4 D7 B9 10 0 E 10 81 1E 4D
Octal 264 327 271 20 0 16 20 201 36 115
Binary 10110100 11010111 10111001 10000 0 1110 10000 10000001 11110 1001101

Color Harmonies of #B4D7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D7B9

Black with #B4D7B9

Text Example


Text Example

White with #B4D7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D7B9; }

 p { color: rgb(180,215,185); }

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

background-color css

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

 a { background-color: rgb(180,215,185); }

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

border-color css

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

 span { border-color: rgb(180,215,185); }

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