#BBD0B3

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

Shades of Surf Crest #BBD0B3

Tints of Surf Crest #BBD0B3

Color information

#BBD0B3 (or 0xBBD0B3) is unknown color: approx Surf Crest. HEX triplet: BB, D0 and B3. RGB value is (187,208,179). Sum of RGB (Red+Green+Blue) = 187+208+179=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 208 (81.64% from 255 or 36.24% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0B3 is #442F4C. Grayscale: #C6C6C6. Windows color (decimal): -4468557 or 11784379. OLE color: 11784379.

HSL color Cylindrical-coordinate representation of color #BBD0B3: hue angle of 103.45º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD0B3 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB187208179-
CMYK0.1000.140.18
HSL103.45º23.58%75.88%-
HSV(B)103.45º13.94%81.57%-
XYZ51.1958.9351.32-
YUV198.42117.04119.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 208 (81.64% from 255) = 36.24%
BLUE value IS 179 (70.31% from 255) = 31.18%
R=32.58%
G=36.24%
B=31.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081790.1000.140.18103.4523.5875.88
HexBBD0B3A0E1267184c
Octal273320263120162214730114
Binary101110111101000010110011101001110100101100111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0B3; }

 p { color: rgb(187,208,179); }

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

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

 a { background-color: rgb(187,208,179); }

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

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

 span { border-color: rgb(187,208,179); }

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