#BBCDB5

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

Shades of Surf Crest #BBCDB5

Tints of Surf Crest #BBCDB5

Color information

#BBCDB5 (or 0xBBCDB5) is unknown color: approx Surf Crest. HEX triplet: BB, CD and B5. RGB value is (187,205,181). Sum of RGB (Red+Green+Blue) = 187+205+181=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDB5 is #44324A. Grayscale: #C4C4C4. Windows color (decimal): -4469323 or 11914683. OLE color: 11914683.

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

Color convert

RGB187205181-
CMYK0.0900.120.20
HSL105º19.35%75.69%-
HSV(B)105º11.71%80.39%-
XYZ50.6757.5652.16-
YUV196.88119.04120.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=32.64%
G=35.78%
B=31.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872051810.0900.120.2010519.3575.69
HexBBCDB590C1469134c
Octal273315265110142415123114
Binary101110111100110110110101100101100101001101001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDB5; }

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

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

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

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

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

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

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

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