Html Css Color HEX #B8D6BE Surf

📋 copy color: '#B8D6BE'

red 184 ◦ green 214 ◦ blue 190

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

Shades of Surf #B8D6BE

Tints of Surf #B8D6BE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.39%

 BLUE value IS 190 (74.61% from 255) = 32.31%

R = 31.29%
G = 36.39%
B = 32.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#B8D6BE (or 0xB8D6BE) is known color: Surf. HEX triplet: B8, D6 and BE. RGB value is (184,214,190). Sum of RGB (Red+Green+Blue) = 184+214+190=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6BE is #472941. Grayscale: #CACACA. Windows color (decimal): -4663618 or 12506808. OLE color: 12506808.

HSL color Cylindrical-coordinate representation of color #B8D6BE: hue angle of 132º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D6BE is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 214 190 -
CMYK 0.14 0 0.11 0.16
HSL 132º 0.27% 0.78% -
HSV(B) 132º 0.14% 0.84% -
XYZ 53.11 62 57.88 -
YUV 202.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 184 214 190 0.14 0 0.11 0.16 132 0.27 0.78
Hex B8 D6 BE E 0 B 10 84 1B 4E
Octal 270 326 276 16 0 13 20 204 33 116
Binary 10111000 11010110 10111110 1110 0 1011 10000 10000100 11011 1001110

Color Harmonies of #B8D6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D6BE

Black with #B8D6BE

Text Example


Text Example

White with #B8D6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D6BE; }

 p { color: rgb(184,214,190); }

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

background-color css

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

 a { background-color: rgb(184,214,190); }

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

border-color css

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

 span { border-color: rgb(184,214,190); }

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