Html Css Color HEX #BCE0BA Surf

📋 copy color: '#BCE0BA'

red 188 ◦ green 224 ◦ blue 186

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

Shades of Surf #BCE0BA

Tints of Surf #BCE0BA

RGB

 RED value IS 188 (73.83% from 255) = 31.44%

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

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

R = 31.44%
G = 37.46%
B = 31.1%

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

#BCE0BA (or 0xBCE0BA) is known color: Surf. HEX triplet: BC, E0 and BA. RGB value is (188,224,186). Sum of RGB (Red+Green+Blue) = 188+224+186=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0BA is #431F45. Grayscale: #D1D1D1. Windows color (decimal): -4398918 or 12247228. OLE color: 12247228.

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

Color convert

RGB 188 224 186 -
CMYK 0.16 0 0.17 0.12
HSL 116.84º 0.38% 0.8% -
HSV(B) 116.84º 0.17% 0.88% -
XYZ 56.26 67.55 56.53 -
YUV 208.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 188 224 186 0.16 0 0.17 0.12 116.84 0.38 0.8
Hex BC E0 BA 10 0 11 C 75 26 50
Octal 274 340 272 20 0 21 14 165 46 120
Binary 10111100 11100000 10111010 10000 0 10001 1100 1110101 100110 1010000

Color Harmonies of #BCE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0BA

Black with #BCE0BA

Text Example


Text Example

White with #BCE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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