Html Css Color HEX #B4DCB6 Surf

📋 copy color: '#B4DCB6'

red 180 ◦ green 220 ◦ blue 182

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

Shades of Surf #B4DCB6

Tints of Surf #B4DCB6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.8%

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

R = 30.93%
G = 37.8%
B = 31.27%

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

#B4DCB6 (or 0xB4DCB6) is known color: Surf. HEX triplet: B4, DC and B6. RGB value is (180,220,182). Sum of RGB (Red+Green+Blue) = 180+220+182=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCB6 is #4B2349. Grayscale: #CBCBCB. Windows color (decimal): -4924234 or 11984052. OLE color: 11984052.

HSL color Cylindrical-coordinate representation of color #B4DCB6: hue angle of 123º degrees, saturation: 0.36, 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 #B4DCB6 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 220 182 -
CMYK 0.18 0 0.17 0.14
HSL 123º 0.36% 0.78% -
HSV(B) 123º 0.18% 0.86% -
XYZ 52.86 64.27 53.87 -
YUV 203.71 115.75 111.09 -
System Red Green Blue C M Y K H S L
Decimal 180 220 182 0.18 0 0.17 0.14 123 0.36 0.78
Hex B4 DC B6 12 0 11 E 7B 24 4E
Octal 264 334 266 22 0 21 16 173 44 116
Binary 10110100 11011100 10110110 10010 0 10001 1110 1111011 100100 1001110

Color Harmonies of #B4DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCB6

Black with #B4DCB6

Text Example


Text Example

White with #B4DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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