#BDDDB3

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

Shades of Surf Crest #BDDDB3

Tints of Surf Crest #BDDDB3

Color information

#BDDDB3 (or 0xBDDDB3) is unknown color: approx Surf Crest. HEX triplet: BD, DD and B3. RGB value is (189,221,179). Sum of RGB (Red+Green+Blue) = 189+221+179=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 179 (70.31% from 255 or 30.39% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDB3 is #42224C. Grayscale: #CECECE. Windows color (decimal): -4334157 or 11787709. OLE color: 11787709.

HSL color Cylindrical-coordinate representation of color #BDDDB3: hue angle of 105.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDDDB3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB189221179-
CMYK0.1400.190.13
HSL105.71º38.18%78.43%-
HSV(B)105.71º19%86.67%-
XYZ54.9865.7952.45-
YUV206.64112.4115.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 179 (70.31% from 255) = 30.39%
R=32.09%
G=37.52%
B=30.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892211790.1400.190.13105.7138.1878.43
HexBDDDB3E013D6a264e
Octal275335263160231515246116
Binary1011110111011101101100111110010011110111010101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDB3; }

 p { color: rgb(189,221,179); }

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

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

 a { background-color: rgb(189,221,179); }

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

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

 span { border-color: rgb(189,221,179); }

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