#B7CBBA

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

Shades of Surf #B7CBBA

Tints of Surf #B7CBBA

Color information

#B7CBBA (or 0xB7CBBA) is unknown color: approx Surf. HEX triplet: B7, CB and BA. RGB value is (183,203,186). Sum of RGB (Red+Green+Blue) = 183+203+186=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBBA is #483445. Grayscale: #C3C3C3. Windows color (decimal): -4731974 or 12241847. OLE color: 12241847.

HSL color Cylindrical-coordinate representation of color #B7CBBA: hue angle of 129º degrees, saturation: 0.16, 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 #B7CBBA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB183203186-
CMYK0.1000.080.20
HSL129º16.13%75.69%-
HSV(B)129º9.85%79.61%-
XYZ49.7556.3254.7-
YUV195.08122.87119.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=31.99%
G=35.49%
B=32.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031860.1000.080.2012916.1375.69
HexB7CBBAA081481104c
Octal267313272120102420120114
Binary1011011111001011101110101010010001010010000001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBBA; }

 p { color: rgb(183,203,186); }

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

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

 a { background-color: rgb(183,203,186); }

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

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

 span { border-color: rgb(183,203,186); }

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