Html Css Color HEX #B8DCB9 Surf

📋 copy color: '#B8DCB9'

red 184 ◦ green 220 ◦ blue 185

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

Shades of Surf #B8DCB9

Tints of Surf #B8DCB9

RGB

 RED value IS 184 (72.27% from 255) = 31.24%

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

 BLUE value IS 185 (72.66% from 255) = 31.41%

R = 31.24%
G = 37.35%
B = 31.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#B8DCB9 (or 0xB8DCB9) is known color: Surf. HEX triplet: B8, DC and B9. RGB value is (184,220,185). Sum of RGB (Red+Green+Blue) = 184+220+185=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 185 (72.66% from 255 or 31.41% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCB9 is #472346. Grayscale: #CDCDCD. Windows color (decimal): -4662087 or 12180664. OLE color: 12180664.

HSL color Cylindrical-coordinate representation of color #B8DCB9: hue angle of 121.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCB9 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 220 185 -
CMYK 0.16 0 0.16 0.14
HSL 121.67º 0.34% 0.79% -
HSV(B) 121.67º 0.16% 0.86% -
XYZ 54.12 64.88 55.57 -
YUV 205.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 184 220 185 0.16 0 0.16 0.14 121.67 0.34 0.79
Hex B8 DC B9 10 0 10 E 7A 22 4F
Octal 270 334 271 20 0 20 16 172 42 117
Binary 10111000 11011100 10111001 10000 0 10000 1110 1111010 100010 1001111

Color Harmonies of #B8DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCB9

Black with #B8DCB9

Text Example


Text Example

White with #B8DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCB9; }

 p { color: rgb(184,220,185); }

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

background-color css

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

 a { background-color: rgb(184,220,185); }

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

border-color css

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

 span { border-color: rgb(184,220,185); }

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