Html Css Color HEX #BCE1BA Surf

📋 copy color: '#BCE1BA'

red 188 ◦ green 225 ◦ blue 186

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

Shades of Surf #BCE1BA

Tints of Surf #BCE1BA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.56%

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

R = 31.39%
G = 37.56%
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

#BCE1BA (or 0xBCE1BA) is known color: Surf. HEX triplet: BC, E1 and BA. RGB value is (188,225,186). Sum of RGB (Red+Green+Blue) = 188+225+186=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1BA is #431E45. Grayscale: #D1D1D1. Windows color (decimal): -4398662 or 12247484. OLE color: 12247484.

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

Color convert

RGB 188 225 186 -
CMYK 0.16 0 0.17 0.12
HSL 116.92º 0.39% 0.81% -
HSV(B) 116.92º 0.17% 0.88% -
XYZ 56.53 68.09 56.62 -
YUV 209.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 188 225 186 0.16 0 0.17 0.12 116.92 0.39 0.81
Hex BC E1 BA 10 0 11 C 75 27 51
Octal 274 341 272 20 0 21 14 165 47 121
Binary 10111100 11100001 10111010 10000 0 10001 1100 1110101 100111 1010001

Color Harmonies of #BCE1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1BA

Black with #BCE1BA

Text Example


Text Example

White with #BCE1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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