Html Css Color HEX #BDE3BA Surf Crest

📋 copy color: '#BDE3BA'

red 189 ◦ green 227 ◦ blue 186

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

Shades of Surf Crest #BDE3BA

Tints of Surf Crest #BDE3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.71%

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

R = 31.4%
G = 37.71%
B = 30.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#BDE3BA (or 0xBDE3BA) is known color: Surf Crest. HEX triplet: BD, E3 and BA. RGB value is (189,227,186). Sum of RGB (Red+Green+Blue) = 189+227+186=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BA is #421C45. Grayscale: #D3D3D3. Windows color (decimal): -4332614 or 12247997. OLE color: 12247997.

HSL color Cylindrical-coordinate representation of color #BDE3BA: hue angle of 115.61º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE3BA is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 186 -
CMYK 0.17 0 0.18 0.11
HSL 115.61º 0.42% 0.81% -
HSV(B) 115.61º 0.18% 0.89% -
XYZ 57.32 69.3 56.81 -
YUV 210.96 113.91 112.33 -
System Red Green Blue C M Y K H S L
Decimal 189 227 186 0.17 0 0.18 0.11 115.61 0.42 0.81
Hex BD E3 BA 11 0 12 B 74 2A 51
Octal 275 343 272 21 0 22 13 164 52 121
Binary 10111101 11100011 10111010 10001 0 10010 1011 1110100 101010 1010001

Color Harmonies of #BDE3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE3BA

Black with #BDE3BA

Text Example


Text Example

White with #BDE3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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