Html Css Color HEX #B4D7BA Surf

📋 copy color: '#B4D7BA'

red 180 ◦ green 215 ◦ blue 186

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

Shades of Surf #B4D7BA

Tints of Surf #B4D7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.01%

R = 30.98%
G = 37.01%
B = 32.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#B4D7BA (or 0xB4D7BA) is known color: Surf. HEX triplet: B4, D7 and BA. RGB value is (180,215,186). Sum of RGB (Red+Green+Blue) = 180+215+186=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7BA is #4B2845. Grayscale: #C9C9C9. Windows color (decimal): -4925510 or 12244916. OLE color: 12244916.

HSL color Cylindrical-coordinate representation of color #B4D7BA: hue angle of 130.29º 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 #B4D7BA is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 186 -
CMYK 0.16 0 0.13 0.16
HSL 130.29º 0.3% 0.77% -
HSV(B) 130.29º 0.16% 0.84% -
XYZ 51.99 61.85 55.65 -
YUV 201.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 180 215 186 0.16 0 0.13 0.16 130.29 0.3 0.77
Hex B4 D7 BA 10 0 D 10 82 1E 4D
Octal 264 327 272 20 0 15 20 202 36 115
Binary 10110100 11010111 10111010 10000 0 1101 10000 10000010 11110 1001101

Color Harmonies of #B4D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D7BA

Black with #B4D7BA

Text Example


Text Example

White with #B4D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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