#B7CCBB

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

Shades of Surf #B7CCBB

Tints of Surf #B7CCBB

Color information

#B7CCBB (or 0xB7CCBB) is unknown color: approx Surf. HEX triplet: B7, CC and BB. RGB value is (183,204,187). Sum of RGB (Red+Green+Blue) = 183+204+187=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CCBB is #483344. Grayscale: #C3C3C3. Windows color (decimal): -4731717 or 12307639. OLE color: 12307639.

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

Color convert

RGB183204187-
CMYK0.1000.080.2
HSL131.43º17.07%75.88%-
HSV(B)131.43º10.29%80%-
XYZ50.0956.8455.35-
YUV195.78123.04118.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=31.88%
G=35.54%
B=32.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1832041870.1000.080.2131.4317.0775.88
HexB7CCBBA081483114c
Octal267314273120102420321114
Binary1011011111001100101110111010010001010010000011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CCBB; }

 p { color: rgb(183,204,187); }

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

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

 a { background-color: rgb(183,204,187); }

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

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

 span { border-color: rgb(183,204,187); }

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