#B7CBBC

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

Shades of Surf #B7CBBC

Tints of Surf #B7CBBC

Color information

#B7CBBC (or 0xB7CBBC) is unknown color: approx Surf. HEX triplet: B7, CB and BC. RGB value is (183,203,188). Sum of RGB (Red+Green+Blue) = 183+203+188=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBBC is #483443. Grayscale: #C3C3C3. Windows color (decimal): -4731972 or 12372919. OLE color: 12372919.

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

Color convert

RGB183203188-
CMYK0.1000.070.20
HSL135º16.13%75.69%-
HSV(B)135º9.85%79.61%-
XYZ49.9656.4155.83-
YUV195.31123.87119.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 188 (73.83% from 255) = 32.75%
R=31.88%
G=35.37%
B=32.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1832031880.1000.070.2013516.1375.69
HexB7CBBCA071487104c
Octal26731327412072420720114
Binary101101111100101110111100101001111010010000111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CBBC; }

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

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

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

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

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

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

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

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