Html Css Color HEX #BCDCBA Surf

📋 copy color: '#BCDCBA'

red 188 ◦ green 220 ◦ blue 186

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

Shades of Surf #BCDCBA

Tints of Surf #BCDCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

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

R = 31.65%
G = 37.04%
B = 31.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BCDCBA (or 0xBCDCBA) is known color: Surf. HEX triplet: BC, DC and BA. RGB value is (188,220,186). Sum of RGB (Red+Green+Blue) = 188+220+186=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCBA is #432345. Grayscale: #CECECE. Windows color (decimal): -4399942 or 12246204. OLE color: 12246204.

HSL color Cylindrical-coordinate representation of color #BCDCBA: hue angle of 116.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCBA is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 186 -
CMYK 0.15 0 0.15 0.14
HSL 116.47º 0.33% 0.8% -
HSV(B) 116.47º 0.15% 0.86% -
XYZ 55.2 65.42 56.17 -
YUV 206.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 188 220 186 0.15 0 0.15 0.14 116.47 0.33 0.8
Hex BC DC BA F 0 F E 74 21 50
Octal 274 334 272 17 0 17 16 164 41 120
Binary 10111100 11011100 10111010 1111 0 1111 1110 1110100 100001 1010000

Color Harmonies of #BCDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCBA

Black with #BCDCBA

Text Example


Text Example

White with #BCDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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