Html Css Color HEX #BCDFBA Surf

📋 copy color: '#BCDFBA'

red 188 ◦ green 223 ◦ blue 186

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

Shades of Surf #BCDFBA

Tints of Surf #BCDFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.35%

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

R = 31.49%
G = 37.35%
B = 31.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BCDFBA (or 0xBCDFBA) is known color: Surf. HEX triplet: BC, DF and BA. RGB value is (188,223,186). Sum of RGB (Red+Green+Blue) = 188+223+186=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFBA is #432045. Grayscale: #D0D0D0. Windows color (decimal): -4399174 or 12246972. OLE color: 12246972.

HSL color Cylindrical-coordinate representation of color #BCDFBA: hue angle of 116.76º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDFBA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 186 -
CMYK 0.16 0 0.17 0.13
HSL 116.76º 0.37% 0.8% -
HSV(B) 116.76º 0.17% 0.87% -
XYZ 55.99 67.01 56.44 -
YUV 208.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 188 223 186 0.16 0 0.17 0.13 116.76 0.37 0.8
Hex BC DF BA 10 0 11 D 75 25 50
Octal 274 337 272 20 0 21 15 165 45 120
Binary 10111100 11011111 10111010 10000 0 10001 1101 1110101 100101 1010000

Color Harmonies of #BCDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFBA

Black with #BCDFBA

Text Example


Text Example

White with #BCDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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