Html Css Color HEX #B4D3BA Surf

📋 copy color: '#B4D3BA'

red 180 ◦ green 211 ◦ blue 186

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

Shades of Surf #B4D3BA

Tints of Surf #B4D3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.57%

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

R = 31.2%
G = 36.57%
B = 32.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#B4D3BA (or 0xB4D3BA) is known color: Surf. HEX triplet: B4, D3 and BA. RGB value is (180,211,186). Sum of RGB (Red+Green+Blue) = 180+211+186=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D3BA is #4B2C45. Grayscale: #C6C6C6. Windows color (decimal): -4926534 or 12243892. OLE color: 12243892.

HSL color Cylindrical-coordinate representation of color #B4D3BA: hue angle of 131.61º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D3BA is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 211 186 -
CMYK 0.15 0 0.12 0.17
HSL 131.61º 0.26% 0.77% -
HSV(B) 131.61º 0.15% 0.83% -
XYZ 50.98 59.84 55.32 -
YUV 198.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 180 211 186 0.15 0 0.12 0.17 131.61 0.26 0.77
Hex B4 D3 BA F 0 C 11 84 1A 4D
Octal 264 323 272 17 0 14 21 204 32 115
Binary 10110100 11010011 10111010 1111 0 1100 10001 10000100 11010 1001101

Color Harmonies of #B4D3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D3BA

Black with #B4D3BA

Text Example


Text Example

White with #B4D3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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