Html Css Color HEX #B4D6BA Surf

📋 copy color: '#B4D6BA'

red 180 ◦ green 214 ◦ blue 186

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

Shades of Surf #B4D6BA

Tints of Surf #B4D6BA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.9%

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

R = 31.03%
G = 36.9%
B = 32.07%

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

#B4D6BA (or 0xB4D6BA) is known color: Surf. HEX triplet: B4, D6 and BA. RGB value is (180,214,186). Sum of RGB (Red+Green+Blue) = 180+214+186=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D6BA is #4B2945. Grayscale: #C8C8C8. Windows color (decimal): -4925766 or 12244660. OLE color: 12244660.

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

Color convert

RGB 180 214 186 -
CMYK 0.16 0 0.13 0.16
HSL 130.59º 0.29% 0.77% -
HSV(B) 130.59º 0.16% 0.84% -
XYZ 51.73 61.34 55.57 -
YUV 200.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 180 214 186 0.16 0 0.13 0.16 130.59 0.29 0.77
Hex B4 D6 BA 10 0 D 10 83 1D 4D
Octal 264 326 272 20 0 15 20 203 35 115
Binary 10110100 11010110 10111010 10000 0 1101 10000 10000011 11101 1001101

Color Harmonies of #B4D6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D6BA

Black with #B4D6BA

Text Example


Text Example

White with #B4D6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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