Html Css Color HEX #BDE0BA Surf Crest

📋 copy color: '#BDE0BA'

red 189 ◦ green 224 ◦ blue 186

#BDE0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #BDE0BA

Tints of Surf Crest #BDE0BA

RGB

 RED value IS 189 (74.22% from 255) = 31.55%

 GREEN value IS 224 (87.89% from 255) = 37.4%

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 31.55%
G = 37.4%
B = 31.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#BDE0BA (or 0xBDE0BA) is known color: Surf Crest. HEX triplet: BD, E0 and BA. RGB value is (189,224,186). Sum of RGB (Red+Green+Blue) = 189+224+186=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BA is #421F45. Grayscale: #D1D1D1. Windows color (decimal): -4333382 or 12247229. OLE color: 12247229.

HSL color Cylindrical-coordinate representation of color #BDE0BA: hue angle of 115.26º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE0BA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 186 -
CMYK 0.16 0 0.17 0.12
HSL 115.26º 0.38% 0.8% -
HSV(B) 115.26º 0.17% 0.88% -
XYZ 56.5 67.68 56.54 -
YUV 209.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 189 224 186 0.16 0 0.17 0.12 115.26 0.38 0.8
Hex BD E0 BA 10 0 11 C 73 26 50
Octal 275 340 272 20 0 21 14 163 46 120
Binary 10111101 11100000 10111010 10000 0 10001 1100 1110011 100110 1010000

Color Harmonies of #BDE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE0BA

Black with #BDE0BA

Text Example


Text Example

White with #BDE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE0BA; }

 p { color: rgb(189,224,186); }

 H1.HeaderClassName
 {
   color: #BDE0BA;
 }
 .AnyTagClassName
 {
   color: #BDE0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(189,224,186); }

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

border-color css

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

 span { border-color: rgb(189,224,186); }

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