Html Css Color HEX #B4DAB8 Surf

📋 copy color: '#B4DAB8'

red 180 ◦ green 218 ◦ blue 184

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

Shades of Surf #B4DAB8

Tints of Surf #B4DAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.46%

 BLUE value IS 184 (72.27% from 255) = 31.62%

R = 30.93%
G = 37.46%
B = 31.62%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#B4DAB8 (or 0xB4DAB8) is known color: Surf. HEX triplet: B4, DA and B8. RGB value is (180,218,184). Sum of RGB (Red+Green+Blue) = 180+218+184=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 184 (72.27% from 255 or 31.62% from 582); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DAB8 is #4B2547. Grayscale: #CACACA. Windows color (decimal): -4924744 or 12114612. OLE color: 12114612.

HSL color Cylindrical-coordinate representation of color #B4DAB8: hue angle of 126.32º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4DAB8 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 218 184 -
CMYK 0.17 0 0.16 0.15
HSL 126.32º 0.34% 0.78% -
HSV(B) 126.32º 0.17% 0.85% -
XYZ 52.55 63.31 54.8 -
YUV 202.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 180 218 184 0.17 0 0.16 0.15 126.32 0.34 0.78
Hex B4 DA B8 11 0 10 F 7E 22 4E
Octal 264 332 270 21 0 20 17 176 42 116
Binary 10110100 11011010 10111000 10001 0 10000 1111 1111110 100010 1001110

Color Harmonies of #B4DAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DAB8

Black with #B4DAB8

Text Example


Text Example

White with #B4DAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DAB8; }

 p { color: rgb(180,218,184); }

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

background-color css

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

 a { background-color: rgb(180,218,184); }

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

border-color css

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

 span { border-color: rgb(180,218,184); }

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