Html Css Color HEX #BCD7BA Surf

📋 copy color: '#BCD7BA'

red 188 ◦ green 215 ◦ blue 186

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

Shades of Surf #BCD7BA

Tints of Surf #BCD7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.5%

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

R = 31.92%
G = 36.5%
B = 31.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#BCD7BA (or 0xBCD7BA) is known color: Surf. HEX triplet: BC, D7 and BA. RGB value is (188,215,186). Sum of RGB (Red+Green+Blue) = 188+215+186=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7BA is #432845. Grayscale: #CBCBCB. Windows color (decimal): -4401222 or 12244924. OLE color: 12244924.

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

Color convert

RGB 188 215 186 -
CMYK 0.13 0 0.13 0.16
HSL 115.86º 0.27% 0.79% -
HSV(B) 115.86º 0.13% 0.84% -
XYZ 53.9 62.84 55.74 -
YUV 203.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 188 215 186 0.13 0 0.13 0.16 115.86 0.27 0.79
Hex BC D7 BA D 0 D 10 74 1B 4F
Octal 274 327 272 15 0 15 20 164 33 117
Binary 10111100 11010111 10111010 1101 0 1101 10000 1110100 11011 1001111

Color Harmonies of #BCD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7BA

Black with #BCD7BA

Text Example


Text Example

White with #BCD7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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