Html Css Color HEX #B4DAB6 Surf

📋 copy color: '#B4DAB6'

red 180 ◦ green 218 ◦ blue 182

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

Shades of Surf #B4DAB6

Tints of Surf #B4DAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.38%

R = 31.03%
G = 37.59%
B = 31.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#B4DAB6 (or 0xB4DAB6) is known color: Surf. HEX triplet: B4, DA and B6. RGB value is (180,218,182). Sum of RGB (Red+Green+Blue) = 180+218+182=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DAB6 is #4B2549. Grayscale: #CACACA. Windows color (decimal): -4924746 or 11983540. OLE color: 11983540.

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

Color convert

RGB 180 218 182 -
CMYK 0.17 0 0.17 0.15
HSL 123.16º 0.34% 0.78% -
HSV(B) 123.16º 0.17% 0.85% -
XYZ 52.34 63.22 53.7 -
YUV 202.53 116.41 111.93 -
System Red Green Blue C M Y K H S L
Decimal 180 218 182 0.17 0 0.17 0.15 123.16 0.34 0.78
Hex B4 DA B6 11 0 11 F 7B 22 4E
Octal 264 332 266 21 0 21 17 173 42 116
Binary 10110100 11011010 10110110 10001 0 10001 1111 1111011 100010 1001110

Color Harmonies of #B4DAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DAB6

Black with #B4DAB6

Text Example


Text Example

White with #B4DAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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