Html Css Color HEX #B4D2BA Surf

📋 copy color: '#B4D2BA'

red 180 ◦ green 210 ◦ blue 186

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

Shades of Surf #B4D2BA

Tints of Surf #B4D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.46%

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

R = 31.25%
G = 36.46%
B = 32.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#B4D2BA (or 0xB4D2BA) is known color: Surf. HEX triplet: B4, D2 and BA. RGB value is (180,210,186). Sum of RGB (Red+Green+Blue) = 180+210+186=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2BA is #4B2D45. Grayscale: #C6C6C6. Windows color (decimal): -4926790 or 12243636. OLE color: 12243636.

HSL color Cylindrical-coordinate representation of color #B4D2BA: hue angle of 132º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D2BA is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 210 186 -
CMYK 0.14 0 0.11 0.18
HSL 132º 0.25% 0.76% -
HSV(B) 132º 0.14% 0.82% -
XYZ 50.73 59.34 55.23 -
YUV 198.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 180 210 186 0.14 0 0.11 0.18 132 0.25 0.76
Hex B4 D2 BA E 0 B 12 84 19 4C
Octal 264 322 272 16 0 13 22 204 31 114
Binary 10110100 11010010 10111010 1110 0 1011 10010 10000100 11001 1001100

Color Harmonies of #B4D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D2BA

Black with #B4D2BA

Text Example


Text Example

White with #B4D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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