#B5CDBA

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

Shades of Surf #B5CDBA

Tints of Surf #B5CDBA

Color information

#B5CDBA (or 0xB5CDBA) is unknown color: approx Surf. HEX triplet: B5, CD and BA. RGB value is (181,205,186). Sum of RGB (Red+Green+Blue) = 181+205+186=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CDBA is #4A3245. Grayscale: #C3C3C3. Windows color (decimal): -4862534 or 12242357. OLE color: 12242357.

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

Color convert

RGB181205186-
CMYK0.1200.090.20
HSL132.5º19.35%75.69%-
HSV(B)132.5º11.71%80.39%-
XYZ49.7557.0354.84-
YUV195.66122.55117.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=31.64%
G=35.84%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812051860.1200.090.20132.519.3575.69
HexB5CDBAC091484134c
Octal265315272140112420423114
Binary1011010111001101101110101100010011010010000100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CDBA; }

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

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

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

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

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

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

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

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