Html Css Color HEX #BCDEBC Surf

📋 copy color: '#BCDEBC'

red 188 ◦ green 222 ◦ blue 188

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

Shades of Surf #BCDEBC

Tints of Surf #BCDEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 188 (73.83% from 255) = 31.44%

R = 31.44%
G = 37.12%
B = 31.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BCDEBC (or 0xBCDEBC) is known color: Surf. HEX triplet: BC, DE and BC. RGB value is (188,222,188). Sum of RGB (Red+Green+Blue) = 188+222+188=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEBC is #432143. Grayscale: #D0D0D0. Windows color (decimal): -4399428 or 12377788. OLE color: 12377788.

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

Color convert

RGB 188 222 188 -
CMYK 0.15 0 0.15 0.13
HSL 120º 0.34% 0.8% -
HSV(B) 120º 0.15% 0.87% -
XYZ 55.94 66.56 57.48 -
YUV 207.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 188 222 188 0.15 0 0.15 0.13 120 0.34 0.8
Hex BC DE BC F 0 F D 78 22 50
Octal 274 336 274 17 0 17 15 170 42 120
Binary 10111100 11011110 10111100 1111 0 1111 1101 1111000 100010 1010000

Color Harmonies of #BCDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEBC

Black with #BCDEBC

Text Example


Text Example

White with #BCDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEBC; }

 p { color: rgb(188,222,188); }

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

background-color css

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

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

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

border-color css

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

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

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