Html Css Color HEX #BCD8BA Surf

📋 copy color: '#BCD8BA'

red 188 ◦ green 216 ◦ blue 186

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

Shades of Surf #BCD8BA

Tints of Surf #BCD8BA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.61%

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

R = 31.86%
G = 36.61%
B = 31.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#BCD8BA (or 0xBCD8BA) is known color: Surf. HEX triplet: BC, D8 and BA. RGB value is (188,216,186). Sum of RGB (Red+Green+Blue) = 188+216+186=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8BA is #432745. Grayscale: #CCCCCC. Windows color (decimal): -4400966 or 12245180. OLE color: 12245180.

HSL color Cylindrical-coordinate representation of color #BCD8BA: hue angle of 116º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD8BA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 186 -
CMYK 0.13 0 0.14 0.15
HSL 116º 0.28% 0.79% -
HSV(B) 116º 0.14% 0.85% -
XYZ 54.16 63.35 55.83 -
YUV 204.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 188 216 186 0.13 0 0.14 0.15 116 0.28 0.79
Hex BC D8 BA D 0 E F 74 1C 4F
Octal 274 330 272 15 0 16 17 164 34 117
Binary 10111100 11011000 10111010 1101 0 1110 1111 1110100 11100 1001111

Color Harmonies of #BCD8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8BA

Black with #BCD8BA

Text Example


Text Example

White with #BCD8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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