#B8CDBA

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

Shades of Surf #B8CDBA

Tints of Surf #B8CDBA

Color information

#B8CDBA (or 0xB8CDBA) is unknown color: approx Surf. HEX triplet: B8, CD and BA. RGB value is (184,205,186). Sum of RGB (Red+Green+Blue) = 184+205+186=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDBA is #473245. Grayscale: #C4C4C4. Windows color (decimal): -4665926 or 12242360. OLE color: 12242360.

HSL color Cylindrical-coordinate representation of color #B8CDBA: hue angle of 125.71º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CDBA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB184205186-
CMYK0.1000.090.20
HSL125.71º17.36%76.27%-
HSV(B)125.71º10.24%80.39%-
XYZ50.4657.454.87-
YUV196.56122.04119.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=32%
G=35.65%
B=32.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051860.1000.090.20125.7117.3676.27
HexB8CDBAA09147e114c
Octal270315272120112417621114
Binary101110001100110110111010101001001101001111110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDBA; }

 p { color: rgb(184,205,186); }

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

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

 a { background-color: rgb(184,205,186); }

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

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

 span { border-color: rgb(184,205,186); }

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