Html Css Color HEX #BCD5BA Surf

📋 copy color: '#BCD5BA'

red 188 ◦ green 213 ◦ blue 186

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

Shades of Surf #BCD5BA

Tints of Surf #BCD5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.29%

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

R = 32.03%
G = 36.29%
B = 31.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BCD5BA (or 0xBCD5BA) is known color: Surf. HEX triplet: BC, D5 and BA. RGB value is (188,213,186). Sum of RGB (Red+Green+Blue) = 188+213+186=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5BA is #432A45. Grayscale: #CACACA. Windows color (decimal): -4401734 or 12244412. OLE color: 12244412.

HSL color Cylindrical-coordinate representation of color #BCD5BA: hue angle of 115.56º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD5BA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 213 186 -
CMYK 0.12 0 0.13 0.16
HSL 115.56º 0.24% 0.78% -
HSV(B) 115.56º 0.13% 0.84% -
XYZ 53.4 61.83 55.57 -
YUV 202.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 188 213 186 0.12 0 0.13 0.16 115.56 0.24 0.78
Hex BC D5 BA C 0 D 10 74 18 4E
Octal 274 325 272 14 0 15 20 164 30 116
Binary 10111100 11010101 10111010 1100 0 1101 10000 1110100 11000 1001110

Color Harmonies of #BCD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD5BA

Black with #BCD5BA

Text Example


Text Example

White with #BCD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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