#B8D3B3

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

Shades of Surf Crest #B8D3B3

Tints of Surf Crest #B8D3B3

Color information

#B8D3B3 (or 0xB8D3B3) is unknown color: approx Surf Crest. HEX triplet: B8, D3 and B3. RGB value is (184,211,179). Sum of RGB (Red+Green+Blue) = 184+211+179=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D3B3 is #472C4C. Grayscale: #C7C7C7. Windows color (decimal): -4664397 or 11785144. OLE color: 11785144.

HSL color Cylindrical-coordinate representation of color #B8D3B3: hue angle of 110.62º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8D3B3 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB184211179-
CMYK0.1300.150.17
HSL110.62º26.67%76.47%-
HSV(B)110.62º15.17%82.75%-
XYZ51.260.0351.54-
YUV199.28116.55117.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=32.06%
G=36.76%
B=31.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1842111790.1300.150.17110.6226.6776.47
HexB8D3B3D0F116f1b4c
Octal270323263150172115733114
Binary101110001101001110110011110101111100011101111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D3B3; }

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

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

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

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

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

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

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

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