#B8D6B3

Color #B8D6B3 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #B8D6B3

Tints of Surf Crest #B8D6B3

Color information

#B8D6B3 (or 0xB8D6B3) is unknown color: approx Surf Crest. HEX triplet: B8, D6 and B3. RGB value is (184,214,179). Sum of RGB (Red+Green+Blue) = 184+214+179=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6B3 is #47294C. Grayscale: #C9C9C9. Windows color (decimal): -4663629 or 11785912. OLE color: 11785912.

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

Color convert

RGB184214179-
CMYK0.1400.160.16
HSL111.43º29.91%77.06%-
HSV(B)111.43º16.36%83.92%-
XYZ51.9561.5451.79-
YUV201.04115.56115.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 179 (70.31% from 255) = 31.02%
R=31.89%
G=37.09%
B=31.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842141790.1400.160.16111.4329.9177.06
HexB8D6B3E010106f1e4d
Octal270326263160202015736115
Binary1011100011010110101100111110010000100001101111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6B3; }

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

 H1.HeaderClassName
 {
   color: #B8D6B3;
 }
 .AnyTagClassName
 {
   color: #B8D6B3;
 }
</style>
background-color css

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

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

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

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

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

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