#BDDEB7

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

Shades of Surf Crest #BDDEB7

Tints of Surf Crest #BDDEB7

Color information

#BDDEB7 (or 0xBDDEB7) is unknown color: approx Surf Crest. HEX triplet: BD, DE and B7. RGB value is (189,222,183). Sum of RGB (Red+Green+Blue) = 189+222+183=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEB7 is #422148. Grayscale: #CFCFCF. Windows color (decimal): -4333897 or 12050109. OLE color: 12050109.

HSL color Cylindrical-coordinate representation of color #BDDEB7: hue angle of 110.77º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDDEB7 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB189222183-
CMYK0.1500.180.13
HSL110.77º37.14%79.41%-
HSV(B)110.77º17.57%87.06%-
XYZ55.6566.4854.7-
YUV207.69114.07114.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 183 (71.88% from 255) = 30.81%
R=31.82%
G=37.37%
B=30.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892221830.1500.180.13110.7737.1479.41
HexBDDEB7F012D6f254f
Octal275336267170221515745117
Binary1011110111011110101101111111010010110111011111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDEB7; }

 p { color: rgb(189,222,183); }

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

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

 a { background-color: rgb(189,222,183); }

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

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

 span { border-color: rgb(189,222,183); }

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