Html Css Color HEX #B4DBB6 Surf

📋 copy color: '#B4DBB6'

red 180 ◦ green 219 ◦ blue 182

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

Shades of Surf #B4DBB6

Tints of Surf #B4DBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

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

R = 30.98%
G = 37.69%
B = 31.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#B4DBB6 (or 0xB4DBB6) is known color: Surf. HEX triplet: B4, DB and B6. RGB value is (180,219,182). Sum of RGB (Red+Green+Blue) = 180+219+182=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBB6 is #4B2449. Grayscale: #CBCBCB. Windows color (decimal): -4924490 or 11983796. OLE color: 11983796.

HSL color Cylindrical-coordinate representation of color #B4DBB6: hue angle of 123.08º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DBB6 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 219 182 -
CMYK 0.18 0 0.17 0.14
HSL 123.08º 0.35% 0.78% -
HSV(B) 123.08º 0.18% 0.86% -
XYZ 52.6 63.74 53.79 -
YUV 203.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 180 219 182 0.18 0 0.17 0.14 123.08 0.35 0.78
Hex B4 DB B6 12 0 11 E 7B 23 4E
Octal 264 333 266 22 0 21 16 173 43 116
Binary 10110100 11011011 10110110 10010 0 10001 1110 1111011 100011 1001110

Color Harmonies of #B4DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBB6

Black with #B4DBB6

Text Example


Text Example

White with #B4DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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